Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fixed issue #103
Browse files Browse the repository at this point in the history
  • Loading branch information
Roumen Damianoff committed Apr 27, 2016
1 parent 129e5de commit 4eb770b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/ror-rss.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
<?= '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
<rss version="2.0" xmlns:ror="http://rorweb.com/0.1/" >
<channel>
<title><?= $channel['title'] ?></title>
Expand Down
2 changes: 1 addition & 1 deletion src/views/sitemapindex.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
<?= '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
<?php if ($style != null) echo '<'.'?'.'xml-stylesheet href="'.$style.'" type="text/xsl"?>'."\n"; ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<?php foreach($sitemaps as $sitemap) : ?>
Expand Down

0 comments on commit 4eb770b

Please sign in to comment.