From: Michael Wiebusch Date: Thu, 15 Aug 2013 16:23:08 +0000 (+0200) Subject: fix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=9b1c7b01daef11d07d9c07a7212b5d51154771e3;p=mvdsensorcontrol.git fix --- diff --git a/tools/xmlRendering.pm b/tools/xmlRendering.pm index 9debfc7..7b183e0 100644 --- a/tools/xmlRendering.pm +++ b/tools/xmlRendering.pm @@ -243,7 +243,9 @@ EOF EOF } + print ''; + if ( $xmlfile eq $specFile ) { # we are printing the Specifications tree print qq%%; print "H"; print ""; @@ -255,7 +257,6 @@ EOF print qq%%; print "D"; print ""; - if ( $xmlfile eq $specFile ) { # we are printing the Specifications tree print < →  EOF