applications/freifunk-widgets: Use   instead of for compatibility with xhtml
This commit is contained in:
parent
ffb6ca49d2
commit
ad45a3c401
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ config widget 'example_search'
|
|||
option enabled '0'
|
||||
option title 'Search'
|
||||
list engine 'Google|http://www.google.de/search?q='
|
||||
list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='
|
||||
list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='
|
||||
option width '50%'
|
||||
option paddingright '8%'
|
||||
|
||||
|
|
|
@ -53,8 +53,8 @@ config widget 'search'
|
|||
option enabled '1'
|
||||
option width '50%'
|
||||
list engine 'Google|http://www.google.de/search?q='
|
||||
list engine 'Freifunk Augsburg|http://www.google.de/search?q=site:augsburg.freifunk.net+'
|
||||
list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='
|
||||
list engine 'Freifunk Augsburg|http://www.google.de/search?q=site:augsburg.freifunk.net+'
|
||||
list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='
|
||||
|
||||
config widget 'clear1'
|
||||
option template 'clear'
|
||||
|
|
Loading…
Reference in a new issue