From 7b6389b4a4cddd2e4c510cf241fac4bfbf7da34d Mon Sep 17 00:00:00 2001 From: Clay Mitchell Date: Wed, 19 Dec 2012 20:42:06 -0500 Subject: [PATCH] Fixed "add series" link on Weekly Pull List Hitting "add series" for a comic that has a special character in it (usually &) would break. The "name" value in the url is escaped --- data/interfaces/default/weeklypull.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/weeklypull.html b/data/interfaces/default/weeklypull.html index ea2c30fd..7c27da2a 100755 --- a/data/interfaces/default/weeklypull.html +++ b/data/interfaces/default/weeklypull.html @@ -72,7 +72,7 @@ ${weekly['STATUS']} %if weekly['STATUS'] == 'Skipped': [want] - add series + add series %elif (weekly['STATUS'] == 'Wanted'): [skip] %else: @@ -98,7 +98,7 @@ ${weekly['STATUS']} %if weekly['STATUS'] == 'Skipped': [want] - add series + add series %elif (weekly['STATUS'] == 'Wanted'): [skip] %else: