Index: openacs-4/packages/acs-content-repository/www/doc/guide/publish.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/publish.adp,v diff -u -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/acs-content-repository/www/doc/guide/publish.adp 1 Dec 2015 11:17:41 -0000 1.2.2.3 +++ openacs-4/packages/acs-content-repository/www/doc/guide/publish.adp 2 Jan 2016 21:24:47 -0000 1.2.2.4 @@ -36,9 +36,9 @@ # Get the IDs set content_root \ - [db_string content_root "select content_item.get_root_folder from dual"] + [db_string content_root {select content_item.get_root_folder from dual}] set template_root \ - [db_string template_root "select content_template.get_root_folder from dual"] + [db_string template_root {select content_template.get_root_folder from dual}] # Serve the page # DRB: Note that content::init modifies the local variable the_root, which is treated