diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/starthere/section.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/starthere/section.xsl b/data/starthere/section.xsl index fb19cded3..d9d9091e2 100644 --- a/data/starthere/section.xsl +++ b/data/starthere/section.xsl @@ -57,7 +57,7 @@ <xsl:template match="action"> <a href="start-here:{@id}?{@param}"> <xsl:apply-templates/> -</a> +</a><br/> </xsl:template> <xsl:template match="smartbookmark"> |