1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 03:11:29 +00:00

FEEDBACK_URL tweaks

This commit is contained in:
Andrew Dolgov
2007-11-19 13:17:31 +01:00
parent 1342f1f08e
commit db499b67d9
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ window.onload = init;
<a href="prefs.php"><?php echo __('Preferences') ?></a>
<?php if (defined('FEEDBACK_URL')) { ?>
| <a class="feedback" href="<?php echo FEEDBACK_URL ?>">
| <a target="_blank" class="feedback" href="<?php echo FEEDBACK_URL ?>">
<?php echo __('Comments?') ?></a>
<?php } ?>