Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -r1.27.8.4 -r1.27.8.5 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 6 Sep 2013 11:39:37 -0000 1.27.8.4 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 13 Sep 2013 07:05:07 -0000 1.27.8.5 @@ -626,11 +626,11 @@ -parameter FancySourceFormattingP \ -default 1]} { append out "
Source code:
-
[api_tcl_to_html $proc_name]
+
[api_tcl_to_html $proc_name]

\n" } else { append out "

Source code:
-
[ns_quotehtml [api_get_body $proc_name]]
+
[ns_quotehtml [api_get_body $proc_name]]

\n" } } @@ -642,21 +642,21 @@ set missing {} if { [file exists ${xql_base_name}.xql] } { append there "

Generic XQL file:
-
[api_quote_file ${xql_base_name}.xql]
+
[api_quote_file ${xql_base_name}.xql]

\n" } else { lappend missing Generic } if { [file exists ${xql_base_name}-postgresql.xql] } { append there "

Postgresql XQL file:
-
[api_quote_file ${xql_base_name}-postgresql.xql]
+
[api_quote_file ${xql_base_name}-postgresql.xql]

\n" } else { lappend missing PostgreSQL } if { [file exists ${xql_base_name}-oracle.xql] } { append there "

Oracle XQL file:
-
[api_quote_file ${xql_base_name}-oracle.xql]
+
[api_quote_file ${xql_base_name}-oracle.xql]

\n" } else { lappend missing Oracle