diff options
Diffstat (limited to 'docs/ref/templates/language.txt')
| -rw-r--r-- | docs/ref/templates/language.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt index ffddd7435a..cf5f3d6732 100644 --- a/docs/ref/templates/language.txt +++ b/docs/ref/templates/language.txt @@ -471,7 +471,7 @@ That would result in a rendered template like this:: Hello, <b>username -...which, in turn, would result in the remainder of the web page being bolded! +...which, in turn, would result in the remainder of the web page being in bold! Clearly, user-submitted data shouldn't be trusted blindly and inserted directly into your web pages, because a malicious user could use this kind of hole to |
