1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

Merge pull request #21 from Stebalien/master

Fixed broken image reference (ttrss_logo->logo_wide)
This commit is contained in:
Andrew Dolgov 2012-07-15 00:47:43 -07:00
commit 445313bade

View File

@ -1008,7 +1008,7 @@ class Pref_Feeds extends Protected_Handler {
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
</head>
<body>
<img class=\"floatingLogo\" src=\"images/ttrss_logo.png\"
<img class=\"floatingLogo\" src=\"images/logo_wide.png\"
alt=\"Tiny Tiny RSS\"/>
<h1>Subscribe to feed...</h1>";
}