--- loncom/interface/lonhtmlcommon.pm	2022/10/20 01:03:16	1.407
+++ loncom/interface/lonhtmlcommon.pm	2022/10/27 20:08:16	1.408
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.407 2022/10/20 01:03:16 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.408 2022/10/27 20:08:16 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2263,7 +2263,7 @@ sub docs_breadcrumbs {
 # each of randompick number, hidden, encrypted, random order, is_page 
 # are appended with ":"s to the foldername
         $name=~s/\:(\d*)\:(\w*)\:(\w*):(\d*)\:?(\d*)$//;
-        if ($contenteditor) {  
+        if ($contenteditor) {
             if ($supplementalflag) {
                 if ($2) { $ishidden=1; }
             } else {