Skip to content

Commit

Permalink
remove misplaced noscript
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed May 12, 2023
1 parent fb629cf commit e8ef37e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/xsl/xrechnung-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
<script>
<xsl:value-of select="unparsed-text('xrechnung-viewer.js')" />
</script>
<noscript>
<div class="noscript">
<xsl:value-of select="xrf:_('no-script')"/>
</div>
</noscript>
</head>
<body>
<div role="main">
Expand Down

0 comments on commit e8ef37e

Please sign in to comment.