Merge pull request #21 from Stebalien/master
Fixed broken image reference (ttrss_logo->logo_wide)
This commit is contained in:
commit
445313bade
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue