aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Euclid/error_body.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates/Euclid/error_body.tpl')
-rw-r--r--phpBB/templates/Euclid/error_body.tpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/templates/Euclid/error_body.tpl b/phpBB/templates/Euclid/error_body.tpl
index d57d581876..ec56bd666f 100644
--- a/phpBB/templates/Euclid/error_body.tpl
+++ b/phpBB/templates/Euclid/error_body.tpl
@@ -1,9 +1,10 @@
-<div align="center"><table width="98%" cellpadding="0" cellspacing="1" border="0">
+
+<table width="98%" cellpadding="0" cellspacing="1" border="0" align="center">
<tr>
- <td bgcolor="{T_TH_COLOR1}"><table width="100%" cellpadding="5" cellspacing="1" border="0">
+ <td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
- <td width="100%" bgcolor="{T_TD_COLOR1}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{ERROR_MESSAGE}<b></font></td>
+ <td class="row1" width="100%" align="center"><span class="gen">{ERROR_MESSAGE}</span></td>
</tr>
</table></td>
</tr>
-</table> \ No newline at end of file
+</table>