Fixed a critical mistype in PostInfo

main
Inga 🏳‍🌈 14 years ago
parent 5a3f13ad36
commit 32cbe97438
  1. 6
      templates/Modern/elems/Main.xslt
  2. 2
      templates/Modern/elems/PostInfo.xslt

@ -5,12 +5,12 @@
<xsl:template match="/root">
<html>
<head>
<link rel="stylesheet" href="/static/css/modern/global.css?v3" type="text/css" />
<link rel="stylesheet" href="/static/css/modern/global.css?v3.1" type="text/css" />
<xsl:comment>[if lte IE 7]&gt;<![CDATA[
<link rel="stylesheet" href="/static/css/modern/iefixes.css?v3" type="text/css" />
<link rel="stylesheet" href="/static/css/modern/iefixes.css?v3.1" type="text/css" />
]]>&lt;![endif]</xsl:comment>
<link rel="stylesheet" type="text/css" skin="skin">
<xsl:attribute name="href">/static/css/modern/penartur.css?v3</xsl:attribute>
<xsl:attribute name="href">/static/css/modern/penartur.css?v3.1</xsl:attribute>
</link>
<link rel="shortcut icon" href="/static/favicons/smirk.ico" type="image/x-icon" />
<script language="Javascript" type="text/javascript" src="/static/js/common.js"><xsl:text> </xsl:text></script>

@ -67,9 +67,9 @@
</xsl:if>
</div>
<div class="postcontent">
<xsl:variable name="postDate"><xsl:apply-templates select="postDate/date" mode="dateTime"/></xsl:variable>
<a target="_blank" class="separate">
<xsl:attribute name="href">/Post/<xsl:value-of select="id"/>/</xsl:attribute>
<xsl:variable name="postDate"><xsl:apply-templates select="postDate/date" mode="dateTime"/></xsl:variable>
<xsl:attribute name="title"><xsl:value-of select="$postDate"/></xsl:attribute>
<img border="0" alt="" style="vertical-align: text-bottom">
<xsl:choose>

Loading…
Cancel
Save