Changeset 22810 for main


Ignore:
Timestamp:
2010-08-31T10:12:49+12:00 (14 years ago)
Author:
mdewsnip
Message:

Fixed HTML 4 validity problem with "related document" links.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/formattools.cpp

    r22670 r22810  
    307307   
    308308    //create html link to related document
    309     relation += "<a href=\"_httpdocument_&c=" + document_collection;
    310     relation += "&cl=search&d=" + document_OID;
     309    relation += "<a href=\"_httpdocument_&amp;c=" + document_collection;
     310    relation += "&amp;cl=search&amp;d=" + document_OID;
    311311       
    312312    //get the information associated with the metadata for related doc
Note: See TracChangeset for help on using the changeset viewer.