After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581912 - Link without URI in docs
Link without URI in docs
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: general
master
Other All
: Normal minor
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-08 17:52 UTC by Mario Blättermann
Modified: 2009-05-25 20:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Mario Blättermann 2009-05-08 17:52:12 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.
Comment 1 Simos Xenitellis 2009-05-24 11:38:47 UTC
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?
Comment 2 Paul Cutler 2009-05-24 12:37:09 UTC
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