Skip to content

Commit 5591c40

Browse files
authored
Merge pull request #1808 from remlse/fix-whitespace
Fix whitespace around fluent parameter
2 parents 934d6b6 + 8475ce5 commit 5591c40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/policies/code-of-conduct.html.hbs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
<div class="highlight"></div>
4242
</header>
4343
{{#fluent "coc-moderation-description"}}
44-
{{#fluentparam "coc-rust-moderation-team-anchor"}}
45-
<a href="{{baseurl}}/governance/teams/moderation">{{fluent "coc-moderation-description-team-anchor-text"}}</a>
46-
{{/fluentparam}}
44+
{{#fluentparam "coc-rust-moderation-team-anchor"}}<a href="{{baseurl}}/governance/teams/moderation">{{fluent "coc-moderation-description-team-anchor-text"}}</a>{{/fluentparam}}
4745
{{/fluent}}
4846
</div>
4947
</section>

0 commit comments

Comments
 (0)