View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005532 | ardour | other | public | 2013-06-15 20:32 | 2013-06-15 21:01 |
| Reporter | seablade | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0005532: Website RSS Broken | ||||
| Description | RSS 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. | ||||
| Tags | No tags attached. | ||||
|
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']);
}
-
-?>
-
|
|
|
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. |
|
|
applied |
| 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 |