Ignore:
Timestamp:
2003-01-14T15:04:13+13:00 (21 years ago)
Author:
jrm21
Message:

fixed up some more textout << 's that weren't using outconvert to get
the right encoding.

File:
1 edited

Legend:

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

    r3546 r3671  
    961961       
    962962          // we've got a matching collection
    963           textout << "<input type=checkbox";
     963          textout << outconvert << "<input type=checkbox";
    964964
    965965          text_tset::const_iterator t = collections.find (*collist_here);
    966           if (t != collections.end()) textout << " checked";
     966          if (t != collections.end()) textout << outconvert << " checked";
    967967
    968968          textout << outconvert
     
    974974        textout << outconvert << *collist_here;
    975975         
    976           textout << "<br>\n";
     976          textout << outconvert << "<br>\n";
    977977         
    978978        }
Note: See TracChangeset for help on using the changeset viewer.