diff options
Diffstat (limited to 'phpBB/templates/Euclid/error_body.tpl')
-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" /> |