diff --git a/scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl b/scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl
index b0d098169d830e55e0255e329a9d6460be3992e9..231eeaf55c754ddfe435d3c2a10db27a28bb9213 100644
--- a/scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl
+++ b/scenarios/xslt/edxml2html/libs/html-facsimile.lib.xsl
@@ -80,19 +80,17 @@
         </xsl:variable>
         <div class="line-container">
             <div class="line" id="{$id}">
-                <a href="#{$id}" class="line-anchor">
-                    <span>
-                        <xsl:choose>
-                            <xsl:when test="@n">
-                                <xsl:attribute name="class">line-nr explicit</xsl:attribute>
-                            </xsl:when>
-                            <xsl:otherwise>
-                                <xsl:attribute name="class">line-nr calculated</xsl:attribute>
-                            </xsl:otherwise>
-                        </xsl:choose>
-                        <xsl:value-of select="$auto-nr"/>
-                    </span>
-                </a>
+                <span>
+                    <xsl:choose>
+                        <xsl:when test="@n">
+                            <xsl:attribute name="class">line-nr explicit</xsl:attribute>
+                        </xsl:when>
+                        <xsl:otherwise>
+                            <xsl:attribute name="class">line-nr calculated</xsl:attribute>
+                        </xsl:otherwise>
+                    </xsl:choose>
+                    <xsl:value-of select="$auto-nr"/>
+                </span>
                 <span class="line-body">
                     <xsl:apply-templates/>
                 </span>