mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 16:21:28 +00:00
Merge pull request #21 from Stebalien/master
Fixed broken image reference (ttrss_logo->logo_wide)
This commit is contained in:
@@ -1008,7 +1008,7 @@ class Pref_Feeds extends Protected_Handler {
|
|||||||
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
|
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img class=\"floatingLogo\" src=\"images/ttrss_logo.png\"
|
<img class=\"floatingLogo\" src=\"images/logo_wide.png\"
|
||||||
alt=\"Tiny Tiny RSS\"/>
|
alt=\"Tiny Tiny RSS\"/>
|
||||||
<h1>Subscribe to feed...</h1>";
|
<h1>Subscribe to feed...</h1>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user