From 44850571e8349b948c9526751ea77c830428d51a Mon Sep 17 00:00:00 2001 From: steinm Date: Fri, 22 Jul 2011 20:46:32 +0000 Subject: [PATCH] - fixed error in html tagging --- out/out.ViewDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/out/out.ViewDocument.php b/out/out.ViewDocument.php index cf0f44c3d..291ba209b 100644 --- a/out/out.ViewDocument.php +++ b/out/out.ViewDocument.php @@ -388,7 +388,7 @@ if (count($versions)>1) { if ($file_exists) print "
  • ". formatted_size(filesize($dms->contentDir . $version->getPath())) ." ".$version->getMimeType()."
  • "; else print "
  • ".getMLText("document_deleted")."
  • "; $updatingUser = $version->getUser(); - print "
  • ".getMLText("uploaded_by")." getEmail()."\">".$updatingUser->getFullName()."
  • "; + print "
  • ".getMLText("uploaded_by")." getEmail()."\">".$updatingUser->getFullName()."
  • "; print "
  • ".getLongReadableDate($version->getDate())."
  • "; print "\n"; print "".$version->getComment()."";