aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dialog/libkvidialog.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/dialog/libkvidialog.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/dialog/libkvidialog.cpp')
-rw-r--r--src/modules/dialog/libkvidialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dialog/libkvidialog.cpp b/src/modules/dialog/libkvidialog.cpp
index 10fd12f3d..49dc95a42 100644
--- a/src/modules/dialog/libkvidialog.cpp
+++ b/src/modules/dialog/libkvidialog.cpp
@@ -875,7 +875,7 @@ static bool dialog_kvs_fnc_yesno(KviKvsModuleFunctionCall * c)
is open the whole world can change: you can return from the dialog call and discover
that the server connection no longer exists and the application is about to quit.[br]
This may happen even with non-blocking dialogs,but in non-blocking mode you have
- a way to handle this event. Consider the following snippet of code:[br]
+ a way to handle this event. Consider the following snippet of code:
[example]
echo My name is $?
[/example]