aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-05-14 03:31:05 +0800
committerXan Lopez <xan@src.gnome.org>2003-05-14 03:31:05 +0800
commitd642127eebe872d0f98d39b8e9656555fefea6b0 (patch)
tree8f4a0474240ffdc3eb4e3c3a0544b7f0ee38a471
parent72154773a5f2c7a7f880b908db7483934e213b6f (diff)
downloadgsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar
gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.gz
gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.bz2
gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.lz
gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.xz
gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.tar.zst
gsoc2013-epiphany-d642127eebe872d0f98d39b8e9656555fefea6b0.zip
s/&/&amp;/
s/&/&amp;/
-rw-r--r--ChangeLog6
-rw-r--r--data/starthere/smartbookmarks.xml.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cb4d12d34..ffbb89c93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-05-13 Xan Lopez <xan@masilla.org>
+ * data/starthere/smartbookmarks.xml.in:
+
+ s/&/&amp;/, fix by kenneth.
+
+2003-05-13 Xan Lopez <xan@masilla.org>
+
* src/bookmarks/ephy-bookmarks.c: (get_topics_list):
Fix the no_topics pointer writing, fixes adding bookmarks to
diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in
index 265bd084d..81d7910d0 100644
--- a/data/starthere/smartbookmarks.xml.in
+++ b/data/starthere/smartbookmarks.xml.in
@@ -18,10 +18,12 @@ bookmarks will be displayed. Just choose one of them to perform the search.
The next time you type a word, just pressing the Enter key will be enough to
perform the same action.
</_paragraph>
-<smartbookmark normal="http://www.google.com/" smart="http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8" title="Search the web - Google">
+<smartbookmark normal="http://www.google.com/"
+smart="http://www.google.com/search?q=%s&amp;ie=UTF-8&amp;oe=UTF-8" title="Search the web - Google">
Search the web - Google
</smartbookmark>
-<smartbookmark normal="http://images.google.com/" smart="http://images.google.com/images?q=%s&ie=UTF-8&oe=UTF-8" title="Search images - Google">
+<smartbookmark normal="http://images.google.com/"
+smart="http://images.google.com/images?q=%s&amp;ie=UTF-8&amp;oe=UTF-8" title="Search images - Google">
Search images - Google
</smartbookmark>
</content>