Small fix for unicode oops in two themes.

This commit is contained in:
Michael D. Reiley 2011-09-22 00:10:06 -07:00
parent d3fb010a8f
commit 33a6d69c06
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
:
'<em>no subject</em>'
) .
'<span class="unimportant"> by ' .
'<span class="unimportant"> &mdash; by ' .
$news['name'] .
' at ' .
date($config['post_date'], $news['time']) .

View File

@ -75,7 +75,7 @@
:
'<em>no subject</em>'
) .
'<span class="unimportant"> by ' .
'<span class="unimportant"> &mdash; by ' .
$news['name'] .
' at ' .
date($config['post_date'], $news['time']) .