summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index a5e0069b7..97bc11106 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -2717,8 +2717,8 @@ no_memory:
/**
* Add an option to a form select control (helper function for box_select()).
*
- * \param control select containing the option
- * \param n xml element node for <option>
+ * \param control select containing the &lt;option&gt;
+ * \param n xml element node for &lt;option&gt;
* \return true on success, false on memory exhaustion
*/