diff options
Diffstat (limited to '')
-rw-r--r-- | v2/src/lib/entry.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v2/src/lib/entry.xml b/v2/src/lib/entry.xml index e4a47c7..b43b238 100644 --- a/v2/src/lib/entry.xml +++ b/v2/src/lib/entry.xml @@ -2,13 +2,13 @@ <title type="html"> $title_html </title> - <link type="text/html" rel="alternative" href="$url" title="$title_html" /> + <link type="text/html" rel="alternative" href="$url_absolute" title="$title_html" /> <published> $date_iso </published> $update_xml <id> - $url + $url_absolute </id> <author> <name> |