16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
$NetBSD: patch-ad,v 1.3 2013/08/06 15:36:09 adam Exp $
|
|
|
|
Fix ampersand encoding that breaks XHTML output, ID 1824230.
|
|
|
|
--- wwwroot/cgi-bin/lib/search_engines.pm.orig 2008-11-15 14:58:02.000000000 +0000
|
|
+++ wwwroot/cgi-bin/lib/search_engines.pm
|
|
@@ -1030,7 +1030,7 @@
|
|
'excite','<a href="http://www.excite.com/" title="Search Engine Home Page [new window]" target="_blank">Excite</a>',
|
|
# Minor international search engines
|
|
'google4counter','<a href="http://www.4-counter.com/" title="Search Engine Home Page [new window]" target="_blank">4-counter (Google)</a>',
|
|
-'att','<a href="http://www.att.net/" title="Search Engine Home Page [new window]" target="_blank">AT&T search (powered by Google)</a>',
|
|
+'att','<a href="http://www.att.net/" title="Search Engine Home Page [new window]" target="_blank">AT&T search (powered by Google)</a>',
|
|
'bungeebonesdotcom','<a href="http://BungeeBones.com/search.php/" title="Search Engine Home Page [new window]" target="_blank">BungeeBones</a>',
|
|
'go','Go.com',
|
|
'askde','<a href="http://de.ask.com/" title="Search Engine Home Page [new window]" target="_blank">Ask Deutschland</a>',
|