Browse Source

Small fix for unicode oops in two themes.

pull/40/head
Michael D. Reiley 13 years ago
parent
commit
33a6d69c06
  1. 2
      templates/themes/categories/theme.php
  2. 2
      templates/themes/frameset/theme.php

2
templates/themes/categories/theme.php

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

2
templates/themes/frameset/theme.php

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

Loading…
Cancel
Save