forked from GithubBackups/vichan
Small fix for unicode oops in two themes.
This commit is contained in:
parent
09a977723f
commit
a8e5a22f05
@ -75,7 +75,7 @@
|
|||||||
:
|
:
|
||||||
'<em>no subject</em>'
|
'<em>no subject</em>'
|
||||||
) .
|
) .
|
||||||
'<span class="unimportant"> — 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"> — by ' .
|
'<span class="unimportant"> — by ' .
|
||||||
$news['name'] .
|
$news['name'] .
|
||||||
' at ' .
|
' at ' .
|
||||||
date($config['post_date'], $news['time']) .
|
date($config['post_date'], $news['time']) .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user