[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /homework structuretags.pm
raeburn
raeburn@source.lon-capa.org
Fri, 29 Jan 2010 15:37:04 -0000
raeburn Fri Jan 29 15:37:04 2010 EDT
Modified files: (Branch: version_2_9_X)
/loncom/homework structuretags.pm
Log:
- Fix typo in 1.444.4.4.
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.444.4.4 loncom/homework/structuretags.pm:1.444.4.5
--- loncom/homework/structuretags.pm:1.444.4.4 Fri Jan 29 15:33:02 2010
+++ loncom/homework/structuretags.pm Fri Jan 29 15:37:04 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.444.4.4 2010/01/29 15:33:02 raeburn Exp $
+# $Id: structuretags.pm,v 1.444.4.5 2010/01/29 15:37:04 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2051,7 +2051,7 @@
# .'</p>';
$result .= '<table width="100%" bgcolor="#FFFFAA" border="2"><tr><td>'.
'<a href="'.$url.'/smpedit?symb='.&escape($symb).'">'.
- &mt('Edit').'</a>.'</td></tr></table><br />';
+ &mt('Edit').'</a></td></tr></table><br />';
}
return $result;