sandro sagt das sollte nun laufen
continuous-integration/drone/push Build is failing Details

This commit is contained in:
vv01f 2023-07-29 11:49:54 +02:00
parent 5b8779f17c
commit 7aff37b973
1 changed files with 3 additions and 3 deletions

View File

@ -381,10 +381,10 @@
<xsl:template match="/page/portal/item">
<!-- 1 (not really) random character 1-9 and blank -->
<!-- deactivated until nix package has crypto support
<xsl:variable name="diceroll" select="translate(substring(crypto:sha1(.),1,1),'0abcdef','')"/>
<!--
deactivated until nix package has crypto support
-->
<xsl:variable name="diceroll" select="4"/>
<xsl:variable name="diceroll" select="translate(substring(crypto:sha1(.),1,1),'0abcdef','')"/>
<article>
<xsl:if test="@class">
<xsl:attribute name="class"><xsl:value-of select="@class"/></xsl:attribute>