1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 10:15:57 +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

@@ -70,10 +70,9 @@
</div> </div>
<noscript> <noscript>
<div class="error"><?php echo <p><?php print_error(__("Your browser doesn't support Javascript, which is required
__("Your browser doesn't support Javascript, which is required
for this application to function properly. Please check your for this application to function properly. Please check your
browser settings.") ?></div> browser settings.")) ?></p>
</noscript> </noscript>
</div> </div>
</div> </div>

View File

@@ -75,10 +75,10 @@
</div> </div>
<noscript> <noscript>
<div class="error"><?php echo <p>
__("Your browser doesn't support Javascript, which is required <?php print_error(__("Your browser doesn't support Javascript, which is required
for this application to function properly. Please check your for this application to function properly. Please check your
browser settings.") ?></div> browser settings.")) ?></p>
</noscript> </noscript>
</div> </div>
</div> </div>