Module: sip-router
Branch: master
Commit: 0e146aac071284fd0d1ce0b4543e272a79d5c229
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e146aac071284fd0d1ce0b4543e272a79d5c229

Author: Andrei Pelinescu-Onciul <[email protected]>
Committer: Andrei Pelinescu-Onciul <[email protected]>
Date:   Sun Mar  7 12:28:04 2010 +0100

doc: dump_selects.pl: fix bare <listitem> in generated xmls

- <listitem></listitem> cannot contain bare text => switched to
  using <simpara></simpara> inside

---

 doc/scripts/cdefs2doc/dump_selects.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/scripts/cdefs2doc/dump_selects.pl 
b/doc/scripts/cdefs2doc/dump_selects.pl
index f88d252..aea0018 100755
--- a/doc/scripts/cdefs2doc/dump_selects.pl
+++ b/doc/scripts/cdefs2doc/dump_selects.pl
@@ -607,7 +607,7 @@ format DOCBOOK_FOOTER =
 .
 
 format DOCBOOK_SELLINE =
-       <listitem>@*
+       <listitem><simpara>@*</simpara>
                                        $name
 ~~<para>^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< </para>
         $desc


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to