From 33a6d69c06fc7015febfbb04140ef12630910d35 Mon Sep 17 00:00:00 2001 From: "Michael D. Reiley" Date: Thu, 22 Sep 2011 00:10:06 -0700 Subject: [PATCH] Small fix for unicode oops in two themes. --- templates/themes/categories/theme.php | 2 +- templates/themes/frameset/theme.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/themes/categories/theme.php b/templates/themes/categories/theme.php index c126f8da..f625fe79 100644 --- a/templates/themes/categories/theme.php +++ b/templates/themes/categories/theme.php @@ -75,7 +75,7 @@ : 'no subject' ) . - ' — by ' . + ' — by ' . $news['name'] . ' at ' . date($config['post_date'], $news['time']) . diff --git a/templates/themes/frameset/theme.php b/templates/themes/frameset/theme.php index 3724e02e..d626103a 100644 --- a/templates/themes/frameset/theme.php +++ b/templates/themes/frameset/theme.php @@ -75,7 +75,7 @@ : 'no subject' ) . - ' — by ' . + ' — by ' . $news['name'] . ' at ' . date($config['post_date'], $news['time']) .