Changeset 11235


Ignore:
Timestamp:
2006-02-10T21:56:06+13:00 (18 years ago)
Author:
jrm21
Message:

arg, removed extra closing </div> tag after document image

File:
1 edited

Legend:

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

    r11164 r11235  
    815815      textout << outconvert << "</div>\n";
    816816    }
    817     textout << outconvert << "\n</div>\n\n<div class=\"buttons\" id=\"toc_buttons\">\n";
     817    textout << outconvert << "<div class=\"buttons\" id=\"toc_buttons\">\n";
    818818    if (args["u"] != "1") {
    819819      output_controls (args, formatinfo.DocumentButtons, collectproto, disp,
Note: See TracChangeset for help on using the changeset viewer.