Small fix for unicode oops in two themes.
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
:
|
:
|
||||||
'<em>no subject</em>'
|
'<em>no subject</em>'
|
||||||
) .
|
) .
|
||||||
'<span class="unimportant"> <EFBFBD> by ' .
|
'<span class="unimportant"> — by ' .
|
||||||
$news['name'] .
|
$news['name'] .
|
||||||
' at ' .
|
' at ' .
|
||||||
date($config['post_date'], $news['time']) .
|
date($config['post_date'], $news['time']) .
|
||||||
|
@@ -75,7 +75,7 @@
|
|||||||
:
|
:
|
||||||
'<em>no subject</em>'
|
'<em>no subject</em>'
|
||||||
) .
|
) .
|
||||||
'<span class="unimportant"> <EFBFBD> by ' .
|
'<span class="unimportant"> — by ' .
|
||||||
$news['name'] .
|
$news['name'] .
|
||||||
' at ' .
|
' at ' .
|
||||||
date($config['post_date'], $news['time']) .
|
date($config['post_date'], $news['time']) .
|
||||||
|
Reference in New Issue
Block a user