Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.480 -r1.481 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 15 Jun 2015 19:21:07 -0000 1.480 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 16 Jun 2015 19:49:21 -0000 1.481 @@ -1885,7 +1885,7 @@ } elseif {[string match "left-col*" $arg] \ || [string match "right-col*" $arg] \ || $arg eq "sidebar"} { - return "
" + return "
" } elseif {$arg eq "box"} { return "
" } elseif {$arg eq ""} { @@ -4016,14 +4016,14 @@ set link_type [my get_property_from_link_page link_type "unresolved"] set link_icon "http://www.ejoe.at/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif" if {$link_type eq "unresolved"} { - return [list text "internal-link \ + return [list text "internal-link \ " is_richtext true] } if {$link_type eq "folder_link"} { - return [list text "folder-link \ + return [list text "folder-link \ folder" is_richtext true] } - return [list text "interal-link" is_richtext true] + return [list text "interal-link" is_richtext true] } default { return [list text [$page_template title] is_richtext false]