Dear Lanxin, On 05/02/2012 11:25 AM, Lanxin Ma wrote:
I see an un-displayed icon with symbol 'x' at the left of pictures when I do 'WebSearch'. Please see the attached file. I use WinXP/IE8. If I use firefox, it is ok. I wonder if invenio has some problem on supporting chinese version IE8 browser? DO you have the same icon if you use english version IE8 ?
Looking at the excerpt HTML source of the page (as sent in a previous email) I can see that an empty <img> tag is added to the page, leading to the display of a broken image: <img src="" alt="" border="0"/> The case should therefore not be related to the use of a non-English version of IE (other browsers might not seem affected as they might simply visually signal broken images). Now the question is: why is there an empty img tag? - It could be added by mistake in the BibFormat template. If so please check the corresponding BibFormat template and remove this empty tag. - It might be coming from the MARC: have a look at the XMLMARC and MARC of the record (<http://invenio-test.ihep.ac.cn/record/115?of=xm> and <http://invenio-test.ihep.ac.cn/record/115?of=hm>). If you see an empty 856 tag, it might be the cause of this empty <img> tag. If so, then your BibConvert template (used in the corresponding submission in function Make_Record) might be unnecessarily creating such empty datafield in the MARC. Update your BibConvert template accordingly. Best regards -- Jerome Caffaro ** CERN Document Server ** <http://cds.cern.ch/>

