[seahorse/wip/userdocs: 221/278] help: Add the role attribute to <title> links.



commit bd61be680c10fa446f8b35db24b390a76b183cf0
Author: Aruna Sankaranarayanan <arunasank src gnome org>
Date:   Sun Sep 1 21:28:01 2013 +0530

    help: Add the role attribute to <title> links.
    
    Add role="topic" for title links in the landing pages: pgp, ssh and
    passwords.
    This removes the broken links in pages that reference the landing pages.

 help/C/passwords.page |    2 +-
 help/C/pgp.page       |    2 +-
 help/C/ssh.page       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/help/C/passwords.page b/help/C/passwords.page
index 1885ea6..c46f405 100644
--- a/help/C/passwords.page
+++ b/help/C/passwords.page
@@ -9,7 +9,7 @@
     <revision version="0.1" date="2011-10-23" status="stub"/>
     <revision pkgversion="3.9" date="2013-08-20" status="draft"/>
 
-    <title type='link'></title>
+    <title type="link" role="topic"></title>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
diff --git a/help/C/pgp.page b/help/C/pgp.page
index 462b885..8ba607f 100644
--- a/help/C/pgp.page
+++ b/help/C/pgp.page
@@ -8,7 +8,7 @@
 
     <revision pkgversion="3.9" date="2013-08-20" status="review"/>
 
-    <title type='link'></title>
+    <title type="link" role="topic"></title>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
diff --git a/help/C/ssh.page b/help/C/ssh.page
index 29d005b..142efa6 100644
--- a/help/C/ssh.page
+++ b/help/C/ssh.page
@@ -8,7 +8,7 @@
 
     <revision pkgversion="3.9" date="2013-08-20" status="review"/>
 
-    <title type='link'></title>
+    <title type="link" role="topic"></title>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]