aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_lineEdit.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_lineEdit.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_lineEdit.cpp')
-rw-r--r--src/modules/objects/KvsObject_lineEdit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_lineEdit.cpp b/src/modules/objects/KvsObject_lineEdit.cpp
index db302cc8c..8af1498ce 100644
--- a/src/modules/objects/KvsObject_lineEdit.cpp
+++ b/src/modules/objects/KvsObject_lineEdit.cpp
@@ -133,14 +133,14 @@ static const int mode_cod[] = {
Sets the lineedit to read-only mode.
!fn: $setInputMask(<mask:string>)
Sets the validation input mask to inputMask.[br]
- [b]Example:[/b][br]
+ [b]Example:[/b]
[example]
%ledit_example->$setInputMask( "+99 99 99 99 99;_" );[br]
%ledit_example->$setInputMask( "000.000.000.000;_" );[br]
%ledit_example->IP Number Mask.[br]
%ledit_example->setInputMask( ">AAAAA-AAAAA-AAAAA-AAAAA-AAAAA;#" );
[/example]
- The mask format understands these mask characters:[br]
+ The mask format understands these mask characters:
[example]
[b][comment]Character Meaning[/comment][/b][br]
A - ASCII alphabetic character required. A-Z, a-z.[br]