aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2013-11-24 19:35:33 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2013-11-24 19:35:33 -0500
commitfaf5225d4c6bfd537bab3ffe579a87655b7b4ada (patch)
treeffb752ce3918fae22fbe6c710eaba9f9a4dd8e58 /app
parent9fee917c6102df9371580d0796431e99143907db (diff)
parentab26cb6ed8904bb873e0ae4b874aed3f3a0fdb48 (diff)
Merge remote-tracking branch 'upstream/dev' into issue283
Diffstat (limited to 'app')
-rw-r--r--app/models/RSSThemes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/RSSThemes.php b/app/models/RSSThemes.php
index 6e4ddbf6d..3fd0b2ea1 100644
--- a/app/models/RSSThemes.php
+++ b/app/models/RSSThemes.php
@@ -82,7 +82,7 @@ class RSSThemes extends Model {
$url = isset(self::$themeIcons[$url]) ? (self::$themeIconsUrl . $url) :
(self::$defaultIconsUrl . $url);
- return '<i class="icon i_' . $name . '">' . $alts[$name] . '</i>';
- //return '<img class="icon" src="' . Url::display($url) . '" alt="' . $alts[$name] . '" />';
+ //return '<i class="icon i_' . $name . '">' . $alts[$name] . '</i>';
+ return '<img class="icon" src="' . Url::display($url) . '" alt="' . $alts[$name] . '" />';
}
}