Bug 9000: Followup to fix tabs & closing TT directive

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Bernardo Gonzalez Kriegel 2014-07-28 12:01:49 -03:00 committed by Tomas Cohen Arazi
parent 1e9263cb5c
commit fe0709477a
5 changed files with 32 additions and 32 deletions

View file

@ -5,21 +5,21 @@
xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"
> >
<channel rdf:about="[% CHANNELLINK %]"> <channel rdf:about="[% CHANNELLINK %]">
<title>[% CHANNELTITLE %]</title> <title>[% CHANNELTITLE %]</title>
<link>[% CHANNELLINK %]</link> <link>[% CHANNELLINK %]</link>
<description>[% CHANNELDESC %]</description> <description>[% CHANNELDESC %]</description>
<language>[% CHANNELLANG %]</language> <language>[% CHANNELLANG %]</language>
<lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate> <lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate>
<image rdf:about="[% IMAGEURL %]"> <image rdf:about="[% IMAGEURL %]">
<title>[% IMAGETITLE %]</title> <title>[% IMAGETITLE %]</title>
<url>[% IMAGEURL %]</url> <url>[% IMAGEURL %]</url>
<link>[% IMAGELINK %]</link> <link>[% IMAGELINK %]</link>
</image> </image>
<items> <items>
<rdf:Seq> <rdf:Seq>
[% FOREACH i IN ITEMS %] [% FOREACH i IN ITEMS %]
<rdf:li resource="http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=[% ibiblionumber %]"/> <rdf:li resource="http://opac.library.org.nz/cgi-bin/koha/opac-detail.pl?biblionumber=[% ibiblionumber %]"/>
[% END %] [% END %]
</rdf:Seq> </rdf:Seq>
</items> </items>
</channel> </channel>

View file

@ -1,21 +1,21 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<rss version="2.0"> <rss version="2.0">
<channel> <channel>
<title>[% CHANNELTITLE %]</title> <title>[% CHANNELTITLE %]</title>
<link>[% CHANNELLINK %]</link> <link>[% CHANNELLINK %]</link>
<description>[% CHANNELDESC %]</description> <description>[% CHANNELDESC %]</description>
<language>[% CHANNELLANG %]</language> <language>[% CHANNELLANG %]</language>
<lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate> <lastBuildDate>[% CHANNELLASTBUILD %]</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> <docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Koha</generator> <generator>Koha</generator>
<image> <image>
<title>[% IMAGETITLE %]</title> <title>[% IMAGETITLE %]</title>
<url>[% IMAGEURL %]</url> <url>[% IMAGEURL %]</url>
<link>[% IMAGELINK %]</link> <link>[% IMAGELINK %]</link>
<width>[% IMAGEWIDTH %]</width> <width>[% IMAGEWIDTH %]</width>
<height>[% IMAGEHEIGHT %]</height> <height>[% IMAGEHEIGHT %]</height>
<description>[% IMAGEDESCRIPTION %]</description> <description>[% IMAGEDESCRIPTION %]</description>
</image> </image>
[% FOREACH i IN ITEMS %] [% FOREACH i IN ITEMS %]
<item> <item>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN" <!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd"> "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91"> <rss version="0.91">

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN" <!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd"> "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91"> <rss version="0.91">
<channel> <channel>
<title>[% CHANNELTITLE></title> <title>[% CHANNELTITLE %]</title>
<link>[% CHANNELLINK %]</link> <link>[% CHANNELLINK %]</link>
<description>[% CHANNELDESC %]</description> <description>[% CHANNELDESC %]</description>
<language>[% CHANNELLANG %]</language> <language>[% CHANNELLANG %]</language>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN" <!DOCTYPE rss PUBLIC "-//Netscape Communications/DTD RSS 0.91/EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd"> "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91"> <rss version="0.91">