Skip to content

Commit

Permalink
fix(command macro): joining command with macro
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Sep 17, 2024
1 parent 4f6d018 commit 27bbf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_installation_instruction/template/index.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
const macros = [
"{% macro raise(error) %} [[ERROR]]{{ error }}[[/ERROR]] {% endmacro %}",
`{% macro command() %}
{% filter replace("\n", "") %}
{% filter replace("\n", " ") %}
{{ caller() }}
{% endfilter %}
{% endmacro %}`
Expand Down

0 comments on commit 27bbf33

Please sign in to comment.