Skip to content

Commit

Permalink
Fix web app test failing due to whitespace change introduced in 74189d8
Browse files Browse the repository at this point in the history
…. #276
  • Loading branch information
lemon24 committed Nov 29, 2024
1 parent 74189d8 commit 40c5890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reader/_app/templates/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{%- endmacro %}

{% macro feed_title(feed) %}
{{ feed.resolved_title or feed.url }}
{{- feed.resolved_title or feed.url -}}
{% endmacro %}

{% macro feed_title_secondary(feed) %}
Expand Down

0 comments on commit 40c5890

Please sign in to comment.