summaryrefslogtreecommitdiff
path: root/lib/tpl/index.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-07-05 22:58:24 +0100
committerAnika Henke <anika@selfthinker.org>2012-07-05 22:58:24 +0100
commite260f93b6cea05bc39bbd77b9db5bdc0c2c424bf (patch)
tree1ffe80265d810942d100fe0d33d3ab542a6c735c /lib/tpl/index.php
parent0644090a80cabe51bcee580999ed33913aa24699 (diff)
downloadrpg-e260f93b6cea05bc39bbd77b9db5bdc0c2c424bf.tar.gz
rpg-e260f93b6cea05bc39bbd77b9db5bdc0c2c424bf.tar.bz2
xml compatibility fixes (mainly entities to unicode conversions)
Diffstat (limited to 'lib/tpl/index.php')
-rw-r--r--lib/tpl/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/index.php b/lib/tpl/index.php
index 0273e5678..4570f70f5 100644
--- a/lib/tpl/index.php
+++ b/lib/tpl/index.php
@@ -54,7 +54,7 @@ if ($ini) {
echo '<td>'.htmlspecialchars($val).'</td>';
echo '<td>';
if(preg_match('/^#[0-f]{3,6}$/i',$val)){
- echo '<div class="color" style="background-color:'.$val.';">&nbsp;</div>';
+ echo '<div class="color" style="background-color:'.$val.';">&#160;</div>';
}
echo '</td>';
echo '</tr>';