aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-13 17:39:05 +0800
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-01-13 17:39:05 +0800
commit3f96295996ede06f9b0be681a23bb3765469865b (patch)
tree9174ce335f8e526584050a0f693edf5b109c6c1f /data
parent165411e1c19b03a57f719413ac727ee80517332a (diff)
downloadgsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.tar
gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.tar.gz
gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.tar.bz2
gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.tar.lz
gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.tar.xz
gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.tar.zst
gsoc2013-epiphany-3f96295996ede06f9b0be681a23bb3765469865b.zip
Fix syntax error in the GConf schema
Diffstat (limited to 'data')
-rw-r--r--data/epiphany.schemas.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in
index bdfa8c267..0175a6fb6 100644
--- a/data/epiphany.schemas.in
+++ b/data/epiphany.schemas.in
@@ -16,7 +16,7 @@
<applyto>/apps/epiphany/general/url_search</applyto>
<owner>epiphany</owner>
<type>string</type>
- <default>http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8</default>
+ <default>http://www.google.com/search?q=%s&amp;ie=UTF-8&amp;oe=UTF-8</default>
<locale name="C">
<short>URL Search</short>
<long>Search string for keywords entered in the URL bar.</long>