diff options
author | rub <rub@piwigo.org> | 2006-06-29 22:16:35 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-06-29 22:16:35 +0000 |
commit | c36847269940a0008b9419f0644d0c3d3aaaf2bc (patch) | |
tree | 11588e85d6bbcbf9faf63ebc1639e8fb104a9b71 /template/yoga/header.tpl | |
parent | c932e8d5d4876570d2171579f150e8549c8c1805 (diff) |
Issue ID 0000375:
o Line too long
o Use paragraph
Merge BSF r1413:1414 into branch-1_6
git-svn-id: http://piwigo.org/svn/trunk@1418 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index d3685e3c0..0c0619352 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -32,11 +32,9 @@ the "text/nonsense" prevents gecko based browsers to load it --> <div id="the_page"> <!-- BEGIN header_msgs --> <div class="header_msgs"> - <table> - <!-- BEGIN header_msg --> - <tr><td>{header_msgs.header_msg.HEADER_MSG}</td></tr> - <!-- END header_msg --> - </table> + <!-- BEGIN header_msg --> + <P>{header_msgs.header_msg.HEADER_MSG}</p> + <!-- END header_msg --> </div> <!-- END header_msgs --> <div id="theHeader">{PAGE_BANNER}</div> |