Changeset 8555


Ignore:
Timestamp:
2004-11-15T14:03:35+13:00 (19 years ago)
Author:
kjdon
Message:

added an empty alt attribute and onError attribute to the cover image img tag, to try and not get the broken image displayed if there is no cover image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/browsetools.cpp

    r7432 r8555  
    109109  if (args["d"].empty()) return;
    110110 
    111   textout << outconvert << disp << "<img src=\"_httpcollimg_/_thisOID_/cover.jpg\"><br>\n";
     111  textout << outconvert << disp << "<img alt=\"\" onError=\"src='/gsdl/images/blank.gif'\" src=\"_httpcollimg_/_thisOID_/cover.jpg\"><br>\n";
    112112}
    113113
Note: See TracChangeset for help on using the changeset viewer.