aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dialog/libkvidialog.cpp
diff options
context:
space:
mode:
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]