Bug 530757 – Docs build breaks because of hash sign in URL in <ulink...>
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 30 Apr 2008 18:13:15 +0000 (18:13 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 30 Apr 2008 18:13:15 +0000 (18:13 +0000)
2008-04-30  Behdad Esfahbod  <behdad@gnome.org>

        Bug 530757 – Docs build breaks because of hash sign in URL in <ulink...>

        * docs/tmpl/main.sgml: Make it build.

svn path=/trunk/; revision=2622

ChangeLog
docs/tmpl/main.sgml

index 95faf2f..5202477 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-04-30  Behdad Esfahbod  <behdad@gnome.org>
 
+       Bug 530757 – Docs build breaks because of hash sign in URL in <ulink...>
+
+       * docs/tmpl/main.sgml: Make it build.
+
+2008-04-30  Behdad Esfahbod  <behdad@gnome.org>
+
        Bug 530685 – Pango no longer using cairo as a backend as of pango 1.19.4
 
        * configure.in: Be more verbose about cairo font backends found.
index f5cff8e..3bfcb99 100644 (file)
@@ -394,8 +394,7 @@ about the attributes of a single character.
        i.e. this is a grapheme boundary, or the first character
         in the text.
        This flag implements Unicode's
-       <ulink
-       url="http://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries">Grapheme
+       <ulink url="http://www.unicode.org/reports/tr29/">Grapheme
        Cluster Boundaries</ulink> semantics.
 @is_word_start: is first character in a word
 @is_word_end: is first non-word char after a word
@@ -434,7 +433,7 @@ about the attributes of a single character.
        considered word boundaries.  This flag is particularly useful when
        selecting text word-by-word.
        This flag implements Unicode's
-       <ulink url="http://www.unicode.org/reports/tr29/#Word_Boundaries">Word
+       <ulink url="http://www.unicode.org/reports/tr29/">Word
        Boundaries</ulink> semantics.
        (Since: 1.22)