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