Index: openacs-4/packages/xowiki/xowiki.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/xowiki.info,v
diff -u -r1.180.2.98 -r1.180.2.99
--- openacs-4/packages/xowiki/xowiki.info 18 Apr 2022 18:00:58 -0000 1.180.2.98
+++ openacs-4/packages/xowiki/xowiki.info 24 Apr 2022 17:00:43 -0000 1.180.2.99
@@ -10,7 +10,7 @@
t
xowiki
-
+
Gustaf Neumann
A xotcl-based enterprise wiki system with multiple object types
2021-09-15
@@ -55,12 +55,12 @@
BSD-Style
2
-
+
-
+
Index: openacs-4/packages/xowiki/tcl/table-widget-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/table-widget-procs.tcl,v
diff -u -r1.1.2.19 -r1.1.2.20
--- openacs-4/packages/xowiki/tcl/table-widget-procs.tcl 9 Apr 2022 11:00:45 -0000 1.1.2.19
+++ openacs-4/packages/xowiki/tcl/table-widget-procs.tcl 24 Apr 2022 17:00:43 -0000 1.1.2.20
@@ -340,7 +340,7 @@
if {$csv} {
set encoded_includelet_key [ns_urlencode [ns_base64urlencode $includelet_key]]
set csv_href "[::xo::cc url]?[::xo::cc actual_query]&includelet_key=$encoded_includelet_key&generate=csv"
- lappend links "csv"
+ lappend links ""
}
if {[llength $voting_dict] != 0} {
set voting_form [dict get $voting_dict voting_form]