Skip to content

Commit 405cdcc

Browse files
committed
Adjust placeholder location to gracefully handle non-replacement
The "Moved to Nederlands category" post template contains a placeholder which the template user should replace with a username mention at the time of posting. The template user might forget to make this replacement. The placeholder is in the form of an HTML comment tag, so will simply not be rendered in the published post if this occurs. With the previous placement of the placeholder at the start of a sentence, the published post would have an obviously incorrect form. By moving the placeholder to the end of the sentence, this eventually is mitigated down to only a single excess space in the published post. The new sentence form is grammatically valid and approximately equivalent to the previous form.
1 parent 7cb8591 commit 405cdcc

File tree

1 file changed

+1
-1
lines changed
  • content/categories/templates/_topics/moved-to-nederlands-category

1 file changed

+1
-1
lines changed

content/categories/templates/_topics/moved-to-nederlands-category/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- TODO: @username -->, je bericht is verhuisd naar een geschiktere forum categorie.
1+
Je bericht is verhuisd naar een geschiktere forum categorie <!-- TODO: @username -->.
22

33
Neem in de toekomst a.u.b. wat tijd nemen om de meest geschikte ([forum categorie](https://forum.arduino.cc/categories)) te kiezen voor je onderwerp. Er is een "**About the \_\_\_\_\_ category**" onderwerp aan de top van iedere categorie die het doel van die categorie aangeeft.
44

0 commit comments

Comments
 (0)