summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-10 21:26:59 +0400
committerAndrew Dolgov <[email protected]>2011-12-10 21:26:59 +0400
commite331188f761669785024bc0f76debb904a1b6210 (patch)
tree48540667378300f0129fa7657170e316d22ca744 /tt-rss.php
parente6f1a1b747fd2e77c910dc048cb44ca622da4a79 (diff)
misc typo fixes
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 679b09b65..02756146d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -102,7 +102,7 @@
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
<div id="feedlistLoading">
- <img src='images/indicator_tiny.gif'>
+ <img src='images/indicator_tiny.gif'/>
<?php echo __("Loading, please wait..."); ?></div>
<div id="feedTree"></div>
</div>