Index: openacs-4/packages/assessment/www/asm-admin/export/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/export/index.vuh,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/assessment/www/asm-admin/export/index.vuh 28 Feb 2005 10:52:38 -0000 1.6 +++ openacs-4/packages/assessment/www/asm-admin/export/index.vuh 12 Apr 2005 12:55:13 -0000 1.7 @@ -294,6 +294,7 @@ $presentation appendChild $material # set mattext [$doc createElement mattext] + $mattext setAttribute texttype text/html $material appendChild $mattext set text [$doc createCDATASection $item_title] $mattext appendChild $text @@ -362,7 +363,8 @@ } else { # - set mattext [$doc createElement mattext] + set mattext [$doc createElement mattext] + $mattext setAttribute texttype text/html $material appendChild $mattext set text [$doc createCDATASection $choice_title] $mattext appendChild $text @@ -414,6 +416,7 @@ $presentation appendChild $material # set mattext [$doc createElement mattext] + $mattext setAttribute texttype text/html $material appendChild $mattext set text [$doc createCDATASection $item_title] $mattext appendChild $text