Changeset 18481 for gsdl


Ignore:
Timestamp:
2009-02-09T17:09:08+13:00 (15 years ago)
Author:
davidb
Message:

missing space in attributes to html tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/pageaction.cpp

    r16310 r18481  
    323323          }
    324324          else {
    325         link = "<a class=\"collectiontitle\"href=\"_gwcgi_?"+optsite+"a=p&amp;p=about&amp;c=" + *collist_here;
     325        link = "<a class=\"collectiontitle\" href=\"_gwcgi_?"+optsite+"a=p&amp;p=about&amp;c=" + *collist_here;
    326326        link += "&amp;l=" + args["l"] + "&amp;w=" + args["w"] + "\">";
    327327          }
    328328         
    329329          if (!cinfo->receptionist.empty())
    330         link = "<a class=\"collectiontitle\"href=\"" + cinfo->receptionist + "\">";
     330        link = "<a class=\"collectiontitle\" href=\"" + cinfo->receptionist + "\">";
    331331         
    332332         
Note: See TracChangeset for help on using the changeset viewer.