summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-11-12 09:50:56 +0100
committerJan Holesovsky <kendy@collabora.com>2015-11-12 09:54:45 +0100
commiteb95283d98fffb031070338ca0d9a966fcf98c07 (patch)
tree10f399022a7b43833d79fd1d99d4edf083fdc131 /xmlhelp
parentef122d992635acb3b1e41ed5f89431d0e17f6cf6 (diff)
Killed the 'lastedited' element, it's useless, we have git.
Change-Id: I61a7f92843ef888f64eb5b97267ba30227d64d73
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/util/main_transform.xsl3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmlhelp/util/main_transform.xsl b/xmlhelp/util/main_transform.xsl
index b30effe1ca94..f7260fed6b6e 100644
--- a/xmlhelp/util/main_transform.xsl
+++ b/xmlhelp/util/main_transform.xsl
@@ -256,9 +256,6 @@
<xsl:template match="item"><span class="{@type}"><xsl:apply-templates /></span></xsl:template>
<xsl:template match="item" mode="embedded"><span class="{@type}"><xsl:apply-templates /></span></xsl:template>
-<!-- LASTEDITED -->
-<xsl:template match="lastedited" />
-
<!-- LINK -->
<xsl:template match="link">
<xsl:choose> <!-- don't insert the heading link to itself -->