fixed permalink_link to post_link : correct?

This commit is contained in:
real_nowhereman 2007-12-05 20:15:21 +00:00
parent 1b489fecef
commit ae7675c234

View File

@ -19,7 +19,7 @@
{entry}
<entry>
<title>{$subject}</title>
<link href="{$id|link:permalink_link}" />
<link href="{$id|link:post_link}" />
<id>{$id|link:post_link}</id>
{assign var=the_date value=$date|date_rfc3339}
<published>{$the_date}</published>