diff options
author | ivan <ivan> | 2008-03-02 04:11:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-02 04:11:51 +0000 |
commit | c648976f0b7975f2328ebd7ba8c711fad0ca4195 (patch) | |
tree | f3d176ec300a46c253ba25a988b897bce02fe174 /rt/html/Elements/MyRT | |
parent | 5e05724a635a22776f1b973f5d7e77989da4e048 (diff) | |
parent | 8103c1fc1b2c27a6855feadf26f91b980a54bc52 (diff) |
This commit was generated by cvs2svn to compensate for changes in r6255,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/html/Elements/MyRT')
-rw-r--r-- | rt/html/Elements/MyRT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/html/Elements/MyRT b/rt/html/Elements/MyRT index be487a433..3fde555c2 100644 --- a/rt/html/Elements/MyRT +++ b/rt/html/Elements/MyRT @@ -48,7 +48,7 @@ <table border="0" width="100%"> <tr valign="top"> -<td class="boxcontainer" width="70%" <% $summary? 'width="70%"': '' %>> +<td class="boxcontainer" <% $summary? 'width="70%"': '' |n %>> % $show_cb->($_) foreach @$body; </td> |