Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
revert longoutput in popup in 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
querwin committed Sep 13, 2016
1 parent c039bf3 commit c954747
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@
</xsl:for-each>
</td>
</tr>
<tr class='list_one'>
<td class="ColPopup">&#160;<xsl:value-of select="long_name"/></td>
<td class="ColPopup">
<xsl:for-each select="long_output_data">
&#160;<xsl:value-of select="lo_data"/><br />
</xsl:for-each>
</td>
</tr>
<tr class="list_lvl_1">
<td class='ListColLvl1_name' colspan="2">
<h4><xsl:value-of select="tr1"/></h4>
Expand Down

0 comments on commit c954747

Please sign in to comment.