You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: content/categories/templates/_topics/moved-to-nederlands-category/1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff 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 -->.
2
2
3
3
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.
0 commit comments