summaryrefslogtreecommitdiff
path: root/tt-rss.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 /tt-rss.php
parentb7665618dbf7680524cb6323345e08ff5bf436f5 (diff)
standardize noscript errors
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 78d893c11..baf58a088 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -75,10 +75,10 @@
</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>