aboutsummaryrefslogtreecommitdiffstats
path: root/web/faq.cgi
diff options
context:
space:
mode:
authormatthew <matthew>2007-05-15 13:43:20 +0000
committermatthew <matthew>2007-05-15 13:43:20 +0000
commitfbe6dff68a4c5ed8f1c00646a01bf1cbc8fab95b (patch)
treeae28a137b37b6cfdbcb88c554fd23132da0bf4a4 /web/faq.cgi
parent25851744776d0d78cc3347d5769a4999fcebe0f9 (diff)
If someone leaves an update on a problem, count that as "refreshing" the
problem. Rename db field to lastupdate to make this all clearer. Tidy up some code.
Diffstat (limited to 'web/faq.cgi')
-rwxr-xr-xweb/faq.cgi8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/faq.cgi b/web/faq.cgi
index 900ee6dcc..dc2837808 100755
--- a/web/faq.cgi
+++ b/web/faq.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: faq.cgi,v 1.17 2007-05-08 11:30:31 matthew Exp $
+# $Id: faq.cgi,v 1.18 2007-05-15 13:43:21 matthew Exp $
use strict;
require 5.8.0;
@@ -63,9 +63,9 @@ to update the address or addresses we use.')),
$q->dt(_('Do you remove silly or illegal content?')),
$q->dd(_('We reserve the right to remove any problems or updates
which we consider to be inappropriate.')),
- $q->dt(_("Why doesn't dragging the map work on reporting-a-problem pages in Safari?")),
- $q->dd(_("There's a bug in Safari to do with setting images on form
-submits, which the map is when reporting a problem. It's fixed in the
+ $q->dt(_("Why doesn't dragging the map work on reporting-a-problem pages in Safari or Konqueror?")),
+ $q->dd(_("There's a bug in these two browsers to do with setting images on form
+submit buttons, which the map uses when reporting a problem. It's fixed in the
latest nightly build of Safari, so will presumably be fixed in the next
release. Until then, I've sadly had to disable dragging to avoid people
dragging an empty square."))