Author: mmu_man
Date: Sat Apr 7 15:04:49 2012
New Revision: 13827
URL:
http://source.netsurf-browser.org?rev=13827&view=rev
Log:
Add a favicon for gopher directories.
Modified:
branches/mmu_man/netsurf-gopher-support-v3/content/gopher.c
Modified: branches/mmu_man/netsurf-gopher-support-v3/content/gopher.c
URL:
http://source.netsurf-browser.org/branches/mmu_man/netsurf-gopher-support...
==============================================================================
--- branches/mmu_man/netsurf-gopher-support-v3/content/gopher.c (original)
+++ branches/mmu_man/netsurf-gopher-support-v3/content/gopher.c Sat Apr 7 15:04:49 2012
@@ -347,7 +347,8 @@
* "<meta http-equiv=\"Content-Type\" content=\"text/html;
charset=UTF-8\" />\n"
*/
"<link rel=\"stylesheet\" title=\"Standard\" "
- "type=\"text/css\"
href=\"resource:internal.css\">\n");
+ "type=\"text/css\"
href=\"resource:internal.css\">\n"
+ "<link rel=\"icon\" type=\"image/png\"
href=\"resource:icons/directory.png\">\n");
if (error < 0 || error >= buffer_length)
/* Error or buffer too small */