--- loncom/homework/edit.pm 2013/07/04 16:35:07 1.147
+++ loncom/homework/edit.pm 2013/09/05 12:07:29 1.148
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# edit mode helpers
#
-# $Id: edit.pm,v 1.147 2013/07/04 16:35:07 bisitz Exp $
+# $Id: edit.pm,v 1.148 2013/09/05 12:07:29 goltermann Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -175,7 +175,7 @@ sub tag_start {
# "
\n";
my @help = Apache::lonxml::helpinfo($token);
if ($help[0]) {
- $result .= ' | ' .
+ $result .= ' | '.
Apache::loncommon::help_open_topic(@help);
} else { $result .= " | "; }
$result .= &end_row().&start_spanning_row();
@@ -203,7 +203,7 @@ sub start_table {
}
$Apache::edit::colordepth++;
push(@Apache::edit::inserttag,$token->[1]);
- my $result='';
+ my $result=' ';
$result.=' ';
return $result;
}
@@ -211,7 +211,7 @@ sub start_table {
sub end_table {
$Apache::edit::colordepth--;
my $result=' ';
- $result.=' ';
+ $result.='';
my ($tagname,$closingtag);
if (defined($Apache::edit::inserttag[-2])) {
|
|
|