Module: sip-router
Branch: 3.2
Commit: 6eeaecbf81f07ee4f3d9453c5c3090ef8e90954b
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6eeaecb…
Author: Jason Penton <jason.penton(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Oct 26 14:32:00 2011 +0200
Dialog: Fixed lurking html tag in XML doc
(cherry picked from commit db308939b551a920b31bdebd76c28b5b104db68c)
---
modules_k/dialog/doc/dialog_admin.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/doc/dialog_admin.xml
b/modules_k/dialog/doc/dialog_admin.xml
index 9bcbea1..86a5ad2 100644
--- a/modules_k/dialog/doc/dialog_admin.xml
+++ b/modules_k/dialog/doc/dialog_admin.xml
@@ -1439,7 +1439,7 @@ dlg_refer("caller",
"sip:annoucement@kamailio.org");
dialog created is further processed statefully. Specifically, if a
stateless response is sent out after dlg_manage() is called, the
dialog cannot be handled properly. So make sure that a transaction
- exists or create it explicitly using the tm module.<br>This is a
+ exists or create it explicitly using the tm module. This is a
shortcoming of the current implementation that may be resolved in a
future version hopefully.
</para>