Changeset 2763 for trunk/gsdl


Ignore:
Timestamp:
2001-10-01T09:37:26+12:00 (23 years ago)
Author:
sjboddie
Message:

fixed bug in recent changes to default formatstring

File:
1 edited

Legend:

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

    r2751 r2763  
    4646text_t vlistbrowserclass::get_default_formatstring () {
    4747  return "<td valign=top>[link][icon][/link]</td>"
    48     "{If}{[srclink],<td valign=top>[srclink][srcicon][/srclink]</td>}"
    49     "<td>[highlight]{Or}{[Title],Untitled}[/highlight]"
     48    "<td valign=top>[srclink][srcicon][/srclink]</td>"
     49    "<td valign=top>[highlight]{Or}{[Title],Untitled}[/highlight]"
    5050    "{If}{[Source],<br><i>([Source])</i>}</td>";
    5151}
Note: See TracChangeset for help on using the changeset viewer.