File tree Expand file tree Collapse file tree
src/main/xar-resources/resources/xsl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 27652765 </div >
27662766 </xsl : for-each >
27672767 <xsl : for-each
2768- select =" t:origDate[string-length(normalize-space(.)) gt 2]" >
2769- <xsl : if test =" @when[. != ''] " >
2768+ select =" t:origDate[string-length(normalize-space(.)) gt 2 or @when != '' ]" >
2769+ <xsl : if test =" @when != ''" >
27702770 <div class =" row" >
27712771 <div class =" col-md-2 inline-h4" >When </div >
27722772 <div class =" col-md-10" >
27732773 <xsl : value-of select =" @when" />
27742774 </div >
27752775 </div >
27762776 </xsl : if >
2777- <div class =" row" >
2778- <div class =" col-md-2 inline-h4" >Date of production </div >
2779- <div class =" col-md-10" >
2780- <xsl : apply-templates select =" ." />
2777+ <xsl : if test =" string-length(normalize-space(.)) gt 2" >
2778+ <div class =" row" >
2779+ <div class =" col-md-2 inline-h4" >Date of production </div >
2780+ <div class =" col-md-10" >
2781+ <xsl : apply-templates select =" ." />
2782+ </div >
27812783 </div >
2782- </div >
2784+ </xsl : if >
27832785 </xsl : for-each >
27842786 <xsl : if test =" @script[. != ''] | @mode[. != ''] | @quality[. != '']" >
27852787 <div class =" row" >
You can’t perform that action at this time.
0 commit comments