File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -785,17 +785,17 @@ Renderer.prototype._buildTree = function(node) {
785785 this . _buildCommentsFromBlock ( repeatBlock ) ;
786786 this . _buildTree ( repeatBlock ) ;
787787
788- if ( ! this . _options . noEnd ) {
789- // \UNTIL{<cond>}
790- // ==>
791- // <p class="ps-line">
792- // <span class="ps-keyword">until</span>
793- // </p>
794- this . _newLine ( ) ;
795- this . _typeKeyword ( 'until ' ) ;
796- var repeatCond = node . children [ 1 ] ;
797- this . _buildTree ( repeatCond ) ;
798- }
788+
789+ // \UNTIL{<cond>}
790+ // ==>
791+ // <p class="ps-line">
792+ // <span class="ps-keyword">until</span>
793+ // </p>
794+ this . _newLine ( ) ;
795+ this . _typeKeyword ( 'until ' ) ;
796+ var repeatCond = node . children [ 1 ] ;
797+ this . _buildTree ( repeatCond ) ;
798+
799799 break ;
800800 // ------------------- Lines -------------------
801801 case 'command' :
You can’t perform that action at this time.
0 commit comments