diff options
author | ivan <ivan> | 2010-03-21 05:18:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-21 05:18:03 +0000 |
commit | feae032ef7422a3cfbe20f4691cd7ed150e9ae8d (patch) | |
tree | 67edfc7870667d482e34bd4bf98a66f45c2bce34 /rt/share/html | |
parent | 5b55a4086e9d7f0f239cb710a77967d5fc41696f (diff) |
think this fixes the "results box color infects everything else" problem
Diffstat (limited to 'rt/share/html')
-rwxr-xr-x | rt/share/html/Widgets/TitleBoxEnd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Widgets/TitleBoxEnd b/rt/share/html/Widgets/TitleBoxEnd index 402124e28..4a698e9f7 100755 --- a/rt/share/html/Widgets/TitleBoxEnd +++ b/rt/share/html/Widgets/TitleBoxEnd @@ -50,7 +50,7 @@ </div> % #Manually flush the content buffer after each titlebox is displayed -% $m->flush_buffer(); +% #wtf? this causes us to lose content #$m->flush_buffer(); <%ARGS> $title => undef |