Skip to content
Snippets Groups Projects
Verified Commit 164389ab authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix showing welcome panel

parent 8a877c4e
No related branches found
No related tags found
1 merge request!37prepare release v0.3.1
Pipeline #7566 passed with warnings
......@@ -293,7 +293,7 @@
<xsl:if test="not(/Response/Query/Selection)">
<xsl:apply-templates mode="entities" select="/Response/*"/>
</xsl:if>
<xsl:if test="count(/Response/*)&lt;2 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:if test="count(/Response/*)&lt;3 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:call-template name="welcome"/>
</xsl:if>
<xsl:call-template name="paging-panel"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment