Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108340376
D27704.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D27704.diff
View Options
diff --git a/share/xml/freebsd-common.xsl b/share/xml/freebsd-common.xsl
--- a/share/xml/freebsd-common.xsl
+++ b/share/xml/freebsd-common.xsl
@@ -91,7 +91,7 @@
<xsl:text>.</xsl:text>
</xsl:template>
- <xsl:template name="svnref.genlink"/>
+ <xsl:template name="gitref.genlink"/>
<xsl:template name="titlepage.releaseinfo">
<xsl:variable name="rev" select="$latestrevision.number"/>
@@ -101,7 +101,7 @@
</xsl:call-template>
<xsl:text>:</xsl:text>
<xsl:call-template name="gentext.space"/>
- <xsl:call-template name="svnref.genlink">
+ <xsl:call-template name="gitref.genlink">
<xsl:with-param name="repo" select="'doc'"/>
<xsl:with-param name="rev" select="$rev"/>
</xsl:call-template>
diff --git a/share/xml/freebsd-xhtml-common.xsl b/share/xml/freebsd-xhtml-common.xsl
--- a/share/xml/freebsd-xhtml-common.xsl
+++ b/share/xml/freebsd-xhtml-common.xsl
@@ -289,7 +289,7 @@
</xsl:call-template>
<xsl:text>:</xsl:text>
<xsl:call-template name="gentext.space"/>
- <xsl:call-template name="svnref.genlink">
+ <xsl:call-template name="gitref.genlink">
<xsl:with-param name="repo" select="'doc'"/>
<xsl:with-param name="rev" select="$rev"/>
</xsl:call-template>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 12:26 AM (20 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16111858
Default Alt Text
D27704.diff (1 KB)
Attached To
Mode
D27704: Generate links to cgit instead of svn in document title blocks.
Attached
Detach File
Event Timeline
Log In to Comment