From 7b1b915cefc4357142462e5be8a778f886ba4e0d Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Wed, 6 Jan 2010 06:54:40 -0800 Subject: [PATCH] Found that elusive extra /a that was hiding from me! woot! Signed-off-by: Philip M. Hofer (Frumph) --- functions/displaycomic.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/displaycomic.php b/functions/displaycomic.php index b8d247a..94720c5 100644 --- a/functions/displaycomic.php +++ b/functions/displaycomic.php @@ -15,7 +15,7 @@ function comicpress_display_comic_area() {  {$hovertext} {$output}\r\n"; + $output = " {$hovertext} {$output}\r\n"; } if ($comicpress_options['comic_clicks_next']) { $href_to_use = get_next_comic_permalink();