From b8b66716173b9f3339db879a940a3ceb9ed91330 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 20 Aug 2010 16:16:27 +0000 Subject: [PATCH] Moved title before type. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@106 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- news.tmpl-en | 4 ++-- news.tmpl-ru | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/news.tmpl-en b/news.tmpl-en index cc9af27..bd15194 100644 --- a/news.tmpl-en +++ b/news.tmpl-en @@ -3,8 +3,8 @@ #attr $Title = "Oleg Broytman's Personal Page - News" #attr $Description = "Broytman News Page Index Document" #attr $Copyright = 2004 -#attr $alternates = (("application/atom+xml", "News [Atom 1.0]", "atom_10.xml"), - ("application/rss+xml", "News [RSS 2.0]", "rss_20.xml") +#attr $alternates = (("News [Atom 1.0]", "application/atom+xml", "atom_10.xml"), + ("News [RSS 2.0]", "application/rss+xml", "rss_20.xml") ) ## #def body_html diff --git a/news.tmpl-ru b/news.tmpl-ru index cd24082..ce54afe 100644 --- a/news.tmpl-ru +++ b/news.tmpl-ru @@ -4,8 +4,8 @@ #attr $Description = "Broytman News Page Index Document" #attr $Copyright = 2004 #attr $Prev = "index.html" -#attr $alternates = (("application/atom+xml", "News [Atom 1.0]", "atom_10.xml"), - ("application/rss+xml", "News [RSS 2.0]", "rss_20.xml") +#attr $alternates = (("News [Atom 1.0]", "application/atom+xml", "atom_10.xml"), + ("News [RSS 2.0]", "application/rss+xml", "rss_20.xml") ) ## #def body_html -- 2.39.2