diff options
Diffstat (limited to 'phpBB/adm/style/colour_swatch.html')
-rw-r--r-- | phpBB/adm/style/colour_swatch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/colour_swatch.html b/phpBB/adm/style/colour_swatch.html index e731620bd3..b968bdb625 100644 --- a/phpBB/adm/style/colour_swatch.html +++ b/phpBB/adm/style/colour_swatch.html @@ -44,7 +44,7 @@ numberList[4] = 'CC'; numberList[5] = 'FF'; - document.writeln('<table cellspacing="0" cellpadding="0" border="0">'); + document.writeln('<table>'); for (r = 0; r < 6; r++) { |