1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

standardize noscript errors

This commit is contained in:
Andrew Dolgov
2009-10-07 14:47:41 +04:00
parent b7665618db
commit 4b67e71e7d
2 changed files with 5 additions and 6 deletions

View File

@@ -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>