summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-10 07:16:02 +0100
committerAndrew Dolgov <[email protected]>2007-01-10 07:16:02 +0100
commit8551c73ae6e6fef490ac9e552114022ddd58cf36 (patch)
tree118357293796835e1f6a08c15fe02216ec5535d3 /tt-rss.php
parent92f3bcaecc9143f7933b9ba10052ed9d37eeb288 (diff)
remove some nbsps from main toolbar
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index b4f4a992c..dc74ca571 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -156,7 +156,7 @@ window.onload = init;
<input name="query"
onKeyPress="return filterCR(event, viewCurrentFeed)"
onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">
- &nbsp;
+
<?php echo _('View:') ?>
<select name="view_mode" onchange="viewCurrentFeed(0, '')">
<option selected value="adaptive"><?php echo _('Adaptive') ?></option>
@@ -165,7 +165,6 @@ window.onload = init;
<option value="unread"><?php echo _('Unread') ?></option>
</select>
- &nbsp;
<?php echo _('Limit:') ?>
<?php
$limits = array(15 => 15, 30 => 30, 60 => 60, 0 => "All");