Merge pull request #21 from Stebalien/master

Fixed broken image reference (ttrss_logo->logo_wide)
master
Andrew Dolgov 12 years ago
commit 445313bade

@ -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>";
}

Loading…
Cancel
Save