[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /homework structuretags.pm

raeburn raeburn@source.lon-capa.org
Tue, 14 Sep 2010 02:46:20 -0000


raeburn		Tue Sep 14 02:46:20 2010 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/homework	structuretags.pm 
  Log:
  - Backport 1.475.
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.465.2.4 loncom/homework/structuretags.pm:1.465.2.5
--- loncom/homework/structuretags.pm:1.465.2.4	Mon Aug 16 18:38:28 2010
+++ loncom/homework/structuretags.pm	Tue Sep 14 02:46:20 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.465.2.4 2010/08/16 18:38:28 raeburn Exp $
+# $Id: structuretags.pm,v 1.465.2.5 2010/09/14 02:46:20 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1845,7 +1845,7 @@
 
 		    }
 		} elsif ($target eq 'web') {
-		    $result.='<a name="'.&escape($Apache::inputtags::part).'" />';
+		    $result.='<a name="'.&escape($Apache::inputtags::part).'"></a>';
 		}
 	    }
 	}