Parcourir la source

[trac1012] remove blank line from end of generated XML

This is so my commit hook didn't fail when I tried to commit
the bind10-messages.xml.
Jeremy C. Reed il y a 14 ans
Parent
commit
52adf933c0
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      tools/system_messages.py

+ 1 - 2
tools/system_messages.py

@@ -138,8 +138,7 @@ SEC_SEPARATOR = ""
 SEC_TRAILER = """      </variablelist>
     </para>
   </chapter>
-</book>
-"""
+</book>"""
 
 
 def reportError(filename, what):