[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Fri, 26 Oct 2007 00:22:38 -0000
albertel Thu Oct 25 20:22:38 2007 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- xhtml
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.594 loncom/interface/loncommon.pm:1.595
--- loncom/interface/loncommon.pm:1.594 Mon Oct 22 18:16:38 2007
+++ loncom/interface/loncommon.pm Thu Oct 25 20:22:36 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.594 2007/10/22 22:16:38 raeburn Exp $
+# $Id: loncommon.pm,v 1.595 2007/10/26 00:22:36 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3160,9 +3160,9 @@
if (!$symb) { $symb=&Apache::lonnet::symbread(); }
$symb=&escape($symb);
if ($target) { $target="target=\"$target\""; }
- return '<a href="/adm/parmset?&command=set&'.
- 'symb='.$symb.'&uname='.$uname.
- '&udom='.$udom.'" '.$target.'>'.$text.'</a>';
+ return '<a href="/adm/parmset?command=set&'.
+ 'symb='.$symb.'&uname='.$uname.
+ '&udom='.$udom.'" '.$target.'>'.$text.'</a>';
}
##############################################