View Issue Details

IDProjectCategoryView StatusLast Update
0005532ardourotherpublic2013-06-15 21:01
Reporterseablade Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0005532: Website RSS Broken
DescriptionRSS Feed on the website is broken as there is extra whitespace at the top before the XML declaration, this should help with it.

The closing tags in the template.php file are not recommended as they can cause this issue.
TagsNo tags attached.

Activities

2013-06-15 20:50

 

ardour_rss.patch (356 bytes)   
diff --git a/sites/all/themes/bootpal/template.php b/sites/all/themes/bootpal/template.php
index 2a041a6..2961a22 100644
--- a/sites/all/themes/bootpal/template.php
+++ b/sites/all/themes/bootpal/template.php
@@ -25,6 +25,3 @@ function bootpal_menu_item_link($item) {
   }
   return l($item['title'], $item['href'], $item['localized_options']);
 }
-
-?>
-
ardour_rss.patch (356 bytes)   

seablade

2013-06-15 20:50

manager   ~0015002

Updated the patch, I had swapped the two commits in my diff command. Robin has already done this manually on the website, but it needs to be put in git still.

x42

2013-06-15 21:01

administrator   ~0015003

applied

Issue History

Date Modified Username Field Change
2013-06-15 20:32 seablade New Issue
2013-06-15 20:32 seablade File Added: ardour_rss.patch
2013-06-15 20:32 seablade Status new => assigned
2013-06-15 20:32 seablade Assigned To => paul
2013-06-15 20:49 seablade File Deleted: ardour_rss.patch
2013-06-15 20:50 seablade File Added: ardour_rss.patch
2013-06-15 20:50 seablade Note Added: 0015002
2013-06-15 21:01 x42 Note Added: 0015003
2013-06-15 21:01 x42 Status assigned => closed
2013-06-15 21:01 x42 Resolution open => fixed