diff options
Diffstat (limited to 'phpBB/adm/style/colour_swatch.html')
-rw-r--r-- | phpBB/adm/style/colour_swatch.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/colour_swatch.html b/phpBB/adm/style/colour_swatch.html index f3c5a812dc..c9e89980d8 100644 --- a/phpBB/adm/style/colour_swatch.html +++ b/phpBB/adm/style/colour_swatch.html @@ -8,7 +8,7 @@ <title>{L_COLOUR_SWATCH}</title> <style type="text/css"> -<!-- +/* <![CDATA[ */ body { background-color: #404040; color: #fff; @@ -29,7 +29,7 @@ img { border: 0; } -//--> +/* ]]> */ </style> </head> |