|
if (faviconhttp) { - *this << "<link rel=\"shortcut icon\" href=\"http://"; - *this << faviconhttp; + *this << "<link rel=\"shortcut icon\" href=\"";
Matt Attaway (on p4wHtml.cpp, line 1215) commented
11 years ago
I think we still need to add "faviconhttp" to the URL like in line 1216 in the original. I guess we'll require the 'http|s' as part of the admin set favicon path. |
Reply ·0 | |
|