aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rwxr-xr-xweb/rss.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/rss.cgi b/web/rss.cgi
index a2ad74721..0418249f9 100755
--- a/web/rss.cgi
+++ b/web/rss.cgi
@@ -77,7 +77,7 @@ sub rss_local_problems {
$state = 'confirmed' if $state eq 'open';
# state is getting lost in the redirects. Add it on to the end as a query
- $state_qs = '?state=$state' unless $state eq 'all'
+ $state_qs = '?state=$state' unless $state eq 'all';
my $cobrand = Page::get_cobrand($q);
my $base = Cobrand::base_url($cobrand);