Changeset 12558


Ignore:
Timestamp:
2006-08-25T13:01:02+12:00 (18 years ago)
Author:
mdewsnip
Message:

Couple more HTML4/XHTML compliance fixes.

Location:
trunk/gsdl/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/about.dm

    r11989 r12558  
    1010# don't want link to 'about' page
    1111_imagecollection_ {_If_("_iconcollection_" ne "",
    12     <img class="icon" src="_iconcollection_" title="_collectionname_">,_imagecollectionv_)}
     12    <img class="icon" src="_iconcollection_" alt="_collectionname_" title="_collectionname_">,_imagecollectionv_)}
    1313_imagecollection_ [v=1] {_imagecollectionv_}
    1414_imagecollectionv_ {<p class="collectiontitle">_collectionname_</p>}
     
    2222_optnavigationbar_
    2323
    24 <p>
    2524<div class="document">
    2625_If_("_cgiargqt_" ne "1",
  • trunk/gsdl/macros/home.dm

    r12548 r12558  
    157157_pagetitle_ {_preferences:textpreferences_ - _textdescrgreenstone_}
    158158
    159 _imagecollection_ {<a href="_httppagehome_"><img src="_httpimg_/gsdlhead.gif" border="0"></a>}
     159_imagecollection_ {<a href="_httppagehome_"><img src="_httpimg_/gsdlhead.gif" alt="_textdescrgreenstone_" border="0"></a>}
    160160
    161161_globallinks_ {_homelink_ _helplink_}
Note: See TracChangeset for help on using the changeset viewer.