--- loncom/interface/londocs.pm 2007/12/01 01:59:55 1.300
+++ loncom/interface/londocs.pm 2007/12/01 03:46:03 1.301
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.300 2007/12/01 01:59:55 albertel Exp $
+# $Id: londocs.pm,v 1.301 2007/12/01 03:46:03 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1233,7 +1233,7 @@ ENDPASTE
$icon = &Apache::loncommon::lonhttpdurl($r->dir_config('lonIconsURL'));
$icon .= '/folder_closed.gif';
}
- my $icon = '';
+ $icon = '';
$r->print($icon.$type.': '. &parse_supplemental_title(&LONCAPA::map::qtescape($env{'docs.markedcopy_title'})));
}
if ($container eq 'page') {