From 623715987ced56dcefdd65d1f425c60d5afc6a55 Mon Sep 17 00:00:00 2001 From: zorankovacevic Date: Thu, 24 Nov 2005 20:13:45 +0000 Subject: [PATCH] fixes to make the template validate through w3c validator, see also: http://www.s9y.org/forums/viewtopic.php?t=3588 --- templates/kubrick/comments.tpl | 4 ++-- templates/kubrick/entries.tpl | 8 +++----- templates/kubrick/style.css | 15 ++++----------- templates/kubrick/trackbacks.tpl | 4 ++-- 4 files changed, 11 insertions(+), 20 deletions(-) diff --git a/templates/kubrick/comments.tpl b/templates/kubrick/comments.tpl index b82bc5f..97375e5 100644 --- a/templates/kubrick/comments.tpl +++ b/templates/kubrick/comments.tpl @@ -6,7 +6,7 @@ {else} {$comment.author|@default:$CONST.ANONYMOUS} {/if} {$CONST.SAYS}:
- +
+

{$comment.body}

{foreachelse} diff --git a/templates/kubrick/entries.tpl b/templates/kubrick/entries.tpl index f6bd84d..32239e6 100644 --- a/templates/kubrick/entries.tpl +++ b/templates/kubrick/entries.tpl @@ -5,7 +5,7 @@ {foreach from=$dategroup.entries item="entry"}

{$entry.title}

- {if !$is_single_entry}{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}{/if} + {if !$is_single_entry}
{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}
{/if} {if $entry.categories} @@ -29,8 +29,7 @@
{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}

{/if} -