diff options
author | louise <louise> | 2009-12-07 11:48:17 +0000 |
---|---|---|
committer | louise <louise> | 2009-12-07 11:48:17 +0000 |
commit | 855898c7d79e646b327a401238d7147df906d0e1 (patch) | |
tree | 945e1a648b4884f5de85cdfe3b273900bf15e441 | |
parent | 7c4e9d3ae3083003176147d26ceffc06bed5f4fb (diff) |
Fix percent in sprintf call
-rwxr-xr-x | web/questionnaire.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/questionnaire.cgi b/web/questionnaire.cgi index 8a847cce4..d82d8c3ee 100755 --- a/web/questionnaire.cgi +++ b/web/questionnaire.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: questionnaire.cgi,v 1.50 2009-12-07 11:42:51 louise Exp $ +# $Id: questionnaire.cgi,v 1.51 2009-12-07 11:48:17 louise Exp $ use strict; use Standard; @@ -159,7 +159,7 @@ EOF my $wtt_url = Cobrand::writetothem_url($cobrand, $cobrand_data); $wtt_url = "http://www.writetothem.com" if (! $wtt_url); $message = sprintf(_(<<EOF), $wtt_url); -<p style="font-size:150%">We're sorry to hear that. We have two suggestions: why not try +<p style="font-size:150%%">We're sorry to hear that. We have two suggestions: why not try <a href="%s">writing direct to your councillor(s)</a> or, if it's a problem that could be fixed by local people working together, why not <a href="http://www.pledgebank.com/new">make and publicise a pledge</a>? |