removed unneeded backslashes before quotes.
This commit is contained in:
parent
9e37cdd9a2
commit
69f04511ec
1 changed files with 3 additions and 3 deletions
|
|
@ -33,8 +33,8 @@ finish();
|
||||||
sub updateCollaboration {
|
sub updateCollaboration {
|
||||||
print "\tAdding collaboration/rss template\n" unless ($quiet);
|
print "\tAdding collaboration/rss template\n" unless ($quiet);
|
||||||
my $template = <<STOP;
|
my $template = <<STOP;
|
||||||
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<rss version=\"2.0\">
|
<rss version="2.0">
|
||||||
<channel>
|
<channel>
|
||||||
<title><tmpl_var title></title>
|
<title><tmpl_var title></title>
|
||||||
<link><tmpl_var link></link>
|
<link><tmpl_var link></link>
|
||||||
|
|
@ -44,7 +44,7 @@ my $template = <<STOP;
|
||||||
<title><tmpl_var title></title>
|
<title><tmpl_var title></title>
|
||||||
<link><tmpl_var link></link>
|
<link><tmpl_var link></link>
|
||||||
<description><tmpl_var description></description>
|
<description><tmpl_var description></description>
|
||||||
<guid isPermaLink=\"true\"><tmpl_var guid></guid>
|
<guid isPermaLink="true"><tmpl_var guid></guid>
|
||||||
<pubDate><tmpl_var pubDate></pubDate>
|
<pubDate><tmpl_var pubDate></pubDate>
|
||||||
</item>
|
</item>
|
||||||
</tmpl_loop>
|
</tmpl_loop>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue