Index: openacs-4/packages/acs-templating/www/doc/tagref/multiple.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/multiple.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/tagref/multiple.adp 7 Aug 2017 23:48:03 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/tagref/multiple.adp 25 Apr 2018 08:42:18 -0000 1.5 @@ -13,8 +13,7 @@ with each repetition to the values of the next row of the data source.

Usage

-
-<!-- Begin multiple layout, i.e. <table> -->
+
<!-- Begin multiple layout, i.e. <table> -->
 <table>
 
 <multiple name="users">
@@ -39,8 +38,7 @@
 </multiple>
 
 <!-- End multiple layout, i.e. </table> -->
-</table>
-
+</table>

 

Notes