Skip to content

Commit

Permalink
fix: Fix invalid prefix in feeds XSL file
Browse files Browse the repository at this point in the history
The icons now use the `xlink:href` XML prefix. However the `xlink`
namespace is not declared and feeds were invalid.

Regression introduced in 99388f1.
  • Loading branch information
marienfressinaud committed Sep 20, 2022
1 parent 78a8b9c commit 7a63d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/feeds/feeds.xsl.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<section class="section section--small">
<header class="section__title">
<h1>
<?= icon('feed') ?>
<xsl:value-of select="/atom:feed/atom:title"/>
<?= _('(feed)') ?>
</h1>
Expand Down

0 comments on commit 7a63d9a

Please sign in to comment.