aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_multiLineEdit.cpp
diff options
context:
space:
mode:
authorGravatar wodim2017-08-25 12:07:04 +0200
committerGravatar wodim2017-08-25 12:07:04 +0200
commitbff6c4d1d3b34e5c4c3fb83f9439b4427f75a363 (patch)
treed8ebbabf69b237556205b9d3f62ae50a1ce51652 /src/modules/objects/KvsObject_multiLineEdit.cpp
parentFix the text of all links in the documentation being lowercase. (diff)
downloadKVIrc-bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363.tar.gz
KVIrc-bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363.tar.bz2
KVIrc-bff6c4d1d3b34e5c4c3fb83f9439b4427f75a363.zip
Remove lots of redundant line feeds around block elements in the docs.
Diffstat (limited to 'src/modules/objects/KvsObject_multiLineEdit.cpp')
-rw-r--r--src/modules/objects/KvsObject_multiLineEdit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_multiLineEdit.cpp b/src/modules/objects/KvsObject_multiLineEdit.cpp
index 955091b6d..19ddb0f84 100644
--- a/src/modules/objects/KvsObject_multiLineEdit.cpp
+++ b/src/modules/objects/KvsObject_multiLineEdit.cpp
@@ -70,7 +70,7 @@
Returns [b]1[/b] (true) if the cursor is placed at the end of the text; otherwise returns [b]0[/b] (false).
!fn: $setWordWrap(<wrap_mode:string>)
Sets the word wrap mode to mode.[br]
- Valid Values are:[br]
+ Valid Values are:
[example]
- NoWrap - Do not wrap the text.[br]
- WidgetWidth - Wrap the text at the current width of the widget.[br]