diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-11 02:54:59 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-11 02:54:59 +0000 |
commit | 46deea9011ccb78637bbcd355f4cba352b0980fd (patch) | |
tree | 3621dcea47f8aa7f5acd9a094ffabf66a2ca5119 | |
parent | dea6471387ccac1bf09a28bf36c8b75852b8409d (diff) | |
download | forums-46deea9011ccb78637bbcd355f4cba352b0980fd.tar forums-46deea9011ccb78637bbcd355f4cba352b0980fd.tar.gz forums-46deea9011ccb78637bbcd355f4cba352b0980fd.tar.bz2 forums-46deea9011ccb78637bbcd355f4cba352b0980fd.tar.xz forums-46deea9011ccb78637bbcd355f4cba352b0980fd.zip |
Updates?
git-svn-id: file:///svn/phpbb/trunk@1552 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/Euclid/error_body.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/templates/Euclid/error_body.tpl b/phpBB/templates/Euclid/error_body.tpl index ec56bd666f..d345593300 100644 --- a/phpBB/templates/Euclid/error_body.tpl +++ b/phpBB/templates/Euclid/error_body.tpl @@ -1,10 +1,12 @@ -<table width="98%" cellpadding="0" cellspacing="1" border="0" align="center"> +<table width="98%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> - <td class="row1" width="100%" align="center"><span class="gen">{ERROR_MESSAGE}</span></td> + <td class="row1" height="30" align="center"><span class="gen"><b>{ERROR_MESSAGE}</b></span></td> </tr> </table></td> </tr> </table> + +<br clear="all" /> |