Kaydet (Commit) eb95283d authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Killed the 'lastedited' element, it's useless, we have git.

Change-Id: I61a7f92843ef888f64eb5b97267ba30227d64d73
üst ef122d99
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
</topic> </topic>
<history> <history>
<created date="2008-02-08T12:13:25"/> <created date="2008-02-08T12:13:25"/>
<lastedited date="2008-02-08T14:28:08"/>
</history> </history>
</meta> </meta>
<body> <body>
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
</topic> </topic>
<history> <history>
<created date="2008-02-08T12:13:25"/> <created date="2008-02-08T12:13:25"/>
<lastedited date="2008-02-08T13:15:05"/>
</history> </history>
</meta> </meta>
<body> <body>
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
</topic> </topic>
<history> <history>
<created date="2008-02-08T12:13:25"/> <created date="2008-02-08T12:13:25"/>
<lastedited date="2008-02-08T14:16:47"/>
</history> </history>
</meta> </meta>
<body> <body>
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
</topic> </topic>
<history> <history>
<created date="2008-02-08T12:13:25"/> <created date="2008-02-08T12:13:25"/>
<lastedited date="2008-02-08T13:36:25"/>
</history> </history>
</meta> </meta>
<body> <body>
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
</topic> </topic>
<history> <history>
<created date="2008-02-08T12:13:25"/> <created date="2008-02-08T12:13:25"/>
<lastedited date="2008-02-08T12:53:38"/>
</history> </history>
</meta> </meta>
<body> <body>
......
...@@ -256,9 +256,6 @@ ...@@ -256,9 +256,6 @@
<xsl:template match="item"><span class="{@type}"><xsl:apply-templates /></span></xsl:template> <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> <xsl:template match="item" mode="embedded"><span class="{@type}"><xsl:apply-templates /></span></xsl:template>
<!-- LASTEDITED -->
<xsl:template match="lastedited" />
<!-- LINK --> <!-- LINK -->
<xsl:template match="link"> <xsl:template match="link">
<xsl:choose> <!-- don't insert the heading link to itself --> <xsl:choose> <!-- don't insert the heading link to itself -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment