aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_lineEdit.cpp
diff options
context:
space:
mode:
authorGravatar wodim2017-08-31 00:38:57 +0200
committerGravatar wodim2017-08-31 00:38:57 +0200
commit9defac5f54e1cd06d7c026b695fed381c931d856 (patch)
treece7f6aedf58118e8ba800e4c6af37ab250583a9c /src/modules/objects/KvsObject_lineEdit.cpp
parentAllow the user to bypass the default stylesheet. (diff)
downloadKVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.tar.gz
KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.tar.bz2
KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.zip
Fix wrapping of <pre> in the docs.
Fixes #2288
Diffstat (limited to 'src/modules/objects/KvsObject_lineEdit.cpp')
-rw-r--r--src/modules/objects/KvsObject_lineEdit.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/KvsObject_lineEdit.cpp b/src/modules/objects/KvsObject_lineEdit.cpp
index 8af1498ce..daeea0142 100644
--- a/src/modules/objects/KvsObject_lineEdit.cpp
+++ b/src/modules/objects/KvsObject_lineEdit.cpp
@@ -72,9 +72,9 @@ static const int mode_cod[] = {
!fn: $setEchoMode(<echo_mode:string>)
Sets the line edit's echo mode. Possible value are:[br]
[pre]
- -Normal: display chars as they entered[br]
- -Noecho: do not display anything[br]
- -Password: display asterisks instead of the characters actually entered[br]
+ -Normal: display chars as they entered
+ -Noecho: do not display anything
+ -Password: display asterisks instead of the characters actually entered
[/pre]
See also [classfnc]$echoMode[/classfnc]().
!fn: <string> $echoMode()