diff --git a/ext/alias_editor/theme.php b/ext/alias_editor/theme.php index aa3a52fb..08bad4ba 100644 --- a/ext/alias_editor/theme.php +++ b/ext/alias_editor/theme.php @@ -29,7 +29,7 @@ class AliasEditorTheme extends Themelet { $n = 0; foreach($aliases as $old => $new) { $h_old = html_escape($old); - $h_new = html_escape($new); + $h_new = "".html_escape($new).""; $oe = ($n++ % 2 == 0) ? "even" : "odd"; $h_aliases .= "