GNOME Bugzilla – Bug 581912
Link without URI in docs
Last modified: 2009-05-25 20:10:07 UTC
Documentation Section: As you can see in the Vertimus status pages, theres an incorrect link in the docs. It is in line number 82: "<ulink type="review">" This makes updating the translation state of this manual impossible. Currently Vertimus shows only 20 strings. Furtherly, Yelp cannot display its content. The appropriate change is made by Paul Cutler (Add Pulse support). Correct version: Other information: The <ulink> inside a <releaseinfo> tag *must* include an URI, otherwise Yelp cannot display this file.
diff --git a/help/C/epiphany-extensions.xml b/help/C/epiphany-extensions.xml index e36b10a..af161a5 100644 --- a/help/C/epiphany-extensions.xml +++ b/help/C/epiphany-extensions.xml @@ -79,7 +79,7 @@ </authorgroup> <releaseinfo revision="2.26" role="review"> - <ulink type="review"> + <ulink type="review"></ulink> </releaseinfo> <revhistory> Would this be OK? If not, what URL would be suitable?
I have a patch on bug 577123 that will fix this: http://bugzilla.gnome.org/show_bug.cgi?id=577123 I apologize for the mistake. Paul