From d1b96dde4ec042133ff98bf929a7e188634e89dc Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 9 Mar 2005 04:01:39 +0000 Subject: [PATCH] Cannot include a REPEAT section in the output from a JS section and expect it to work. It won't (anymore) --- web/templates/default/leftnav.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/templates/default/leftnav.inc b/web/templates/default/leftnav.inc index b046039867..60277ad7b2 100644 --- a/web/templates/default/leftnav.inc +++ b/web/templates/default/leftnav.inc @@ -22,7 +22,8 @@ <!-- start Nodelisting --> - @@JS:if(template.node_list.length && http_request.virtual_path!="/nodelist.ssjs")'Who\'s Online now ...<br /><br /><table class="left_nodelist"><tbody><<REPEAT node_list>><tr><td class="left_nodelist"><a href="mailto:@@node_list:email@@">%%node_list:name%%</a> %%node_list:action%%</td></tr><<END REPEAT node_list>></tbody></table>';@@ + @@JS:if(template.node_list.length && http_request.virtual_path!="/nodelist.ssjs")'Who\'s Online now ...<br /><br /><table class="left_nodelist"><tbody>';@@<<REPEAT node_list>><tr><td class="left_nodelist"><a href="mailto:@@node_list:email@@">%%node_list:name%%</a> %%node_list:action%%</td></tr><<END REPEAT node_list>>@@JS:if(template.node_list.length && http_request.virtual_path!="/nodelist +.ssjs")'</tbody></table>';@@ </div> </td> -- GitLab