Fixed minor bug in default template. Changed id archives_listing to class in entries_archives.tpl.
This commit is contained in:
parent
bc4e177a58
commit
03137d939d
@ -1,7 +1,7 @@
|
||||
{serendipity_hookPlugin hook="entries_header"}
|
||||
<h3 class="serendipity_date">{$CONST.ARCHIVES}</h3>
|
||||
{foreach from=$archives item="archive"}
|
||||
<table id="archives_listing" cellspacing="4" cellpadding="4" border="0">
|
||||
<table class="archives_listing" cellspacing="4" cellpadding="4" border="0">
|
||||
<tr class="archives_header">
|
||||
<td class="archives_header" colspan="4"><h2>{$archive.year}</h2></td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user