Index: openacs-4/packages/acs-content-repository/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/index.vuh,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-content-repository/www/index.vuh 12 Apr 2013 16:12:56 -0000 1.9 +++ openacs-4/packages/acs-content-repository/www/index.vuh 27 Oct 2014 16:39:12 -0000 1.10 @@ -30,13 +30,13 @@ set file "$the_root/$the_url" rp_internal_redirect -absolute_path $file } else { - # ns_returnnotfound - set page "[ad_header {Content Item Not Found}]" - append page "

Content Item Not Found

" - append page "The requested item is not available for viewing. " - append page "The item is either not available on this server or it is not in a publishable state " - append page "Unpublished items can be viewed via the CMS interface if the CMS package is installed.
" - append page "[ad_footer]" - doc_return 200 text/html $page + ns_returnnotfound + #set page "[ad_header {Content Item Not Found}]" + #append page "

Content Item Not Found

" + #append page "The requested item is not available for viewing. " + #append page "The item is either not available on this server or it is not in a publishable state " + #append page "Unpublished items can be viewed via the CMS interface if the CMS package is installed.
" + #append page "[ad_footer]" + #doc_return 200 text/html $page }