Actions
Improvements #14658
open
CM
ED
Documentation of WTemplate has wrong \endlink and therefore creates weird views
Improvements #14658:
Documentation of WTemplate has wrong \endlink and therefore creates weird views
Start date:
07/09/2026
Due date:
% Done:
0%
Estimated time:
Description
Here is a diff to fix it
It is just a missing space character, but looks bad ...
diff --git a/src/Wt/WTemplate.h b/src/Wt/WTemplate.h
index 167e3ee1..5fed0862 100644
--- a/src/Wt/WTemplate.h
+++ b/src/Wt/WTemplate.h
@@ -120,13 +120,13 @@ enum class TemplateWidgetIdMode {
* Functions are resolved by resolveFunction(), and the default implementation
* considers functions bound with addFunction().
* There are currently three functions that are generally useful:
- * - \link Functions::tr\endlink : resolves a localized strings, this is
+ * - \link Functions::tr \endlink : resolves a localized strings, this is
* convenient to create a language neutral template, which contains
* translated strings
- * - \link Functions::id\endlink : resolves the id of a bound widget, this
+ * - \link Functions::id \endlink : resolves the id of a bound widget, this
* is convenient to bind <label> elements to a form widget using its
* for attribute.
- * - \link Functions::block\endlink : recursively renders another string as
+ * - \link Functions::block \endlink : recursively renders another string as
* macro block optional arguments substituted before processing template
* substitution.
*
RM Updated by Romain Mardulyn 25 days ago
- Description updated (diff)
- Target version set to 4.14.2
ED Updated by emil de keyser 19 days ago
- Status changed from New to InProgress
- Assignee set to emil de keyser
ED Updated by emil de keyser 19 days ago
- Status changed from InProgress to Review
- Assignee deleted (
emil de keyser)
RM Updated by Romain Mardulyn 18 days ago
- Assignee set to Romain Mardulyn
RM Updated by Romain Mardulyn 18 days ago
- Status changed from Review to Resolved
- Assignee changed from Romain Mardulyn to emil de keyser
RM Updated by Romain Mardulyn 17 days ago
- Status changed from Resolved to Implemented @Emweb
Actions