Index: openacs-4/packages/new-portal/www/show-here.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/show-here.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/new-portal/www/show-here.tcl 1 Nov 2013 21:45:33 -0000 1.6 +++ openacs-4/packages/new-portal/www/show-here.tcl 7 Aug 2017 23:48:12 -0000 1.7 @@ -34,11 +34,17 @@ ns_log notice "portal_id = $portal_id" foreach element [portal::hidden_elements_list_not_cached -portal_id $portal_id] { set show_avail_p 1 - append show_html "\n" + append show_html "\n" } set imgdir /resources/new-portal/images set location [ad_conn location] + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: