[gtk-doc] xsl: swap items in title



commit 2325827767740b4106f516082dd2e7568979829e
Author: Stefan Sauer <ensonic users sf net>
Date:   Mon Dec 29 19:33:04 2014 +0100

    xsl: swap items in title
    
    Change title to be "object: book-name". This helps to distinguish multiple tabs
    of the same library.
    Fixes #734689.

 gtk-doc.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk-doc.xsl b/gtk-doc.xsl
index 3427e0f..0470892 100644
--- a/gtk-doc.xsl
+++ b/gtk-doc.xsl
@@ -399,7 +399,7 @@ Get a newer version at http://docbook.sourceforge.net/projects/xsl/
    <xsl:param name="title"/>
    <xsl:variable name="home" select="/*[1]"/>
    <title>
-     <xsl:apply-templates select="$home" mode="object.title.markup"/>: <xsl:copy-of select="$title"/>
+     <xsl:copy-of select="$title"/>: <xsl:apply-templates select="$home" mode="object.title.markup"/>
    </title>
   </xsl:template>
 


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