Browse Source

[trac1012] remove comma between ID and message text in XML output

Jeremy C. Reed 14 years ago
parent
commit
e3fa282a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/system_messages.py

+ 1 - 1
tools/system_messages.py

@@ -120,7 +120,7 @@ SEC_HEADER="""<?xml version="1.0" encoding="UTF-8"?>
 # tokens: $I is replaced by the message identification, $T by the message text,
 # and $D by the message description.
 SEC_MESSAGE = """<varlistentry id="$I">
-<term>$I, $T</term>
+<term>$I $T</term>
 <listitem><para>
 $D
 </para></listitem>