summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-07 14:47:41 +0400
committerAndrew Dolgov <[email protected]>2009-10-07 14:47:41 +0400
commit4b67e71e7d30fc61160a734815a759f6ff7f3060 (patch)
tree6efdf6b4137c9daeac1b216bc41f93d50d4b7d84 /prefs.php
parentb7665618dbf7680524cb6323345e08ff5bf436f5 (diff)
standardize noscript errors
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/prefs.php b/prefs.php
index b529c2fe0..99c00fd21 100644
--- a/prefs.php
+++ b/prefs.php
@@ -70,10 +70,9 @@
</div>
<noscript>
- <div class="error"><?php echo
- __("Your browser doesn't support Javascript, which is required
+ <p><?php print_error(__("Your browser doesn't support Javascript, which is required
for this application to function properly. Please check your
- browser settings.") ?></div>
+ browser settings.")) ?></p>
</noscript>
</div>
</div>