From 53ffe109a0a56bcb6856d3878b783aaf71640d82 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 29 Apr 2012 07:52:56 -0400 Subject: [PATCH] Misleading comment --- libraries/export/htmlword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/export/htmlword.php b/libraries/export/htmlword.php index 46485cf070..1153f6a1bd 100644 --- a/libraries/export/htmlword.php +++ b/libraries/export/htmlword.php @@ -310,7 +310,7 @@ if (isset($plugin_list)) { } $schema_insert .= ''; - } // end while + } // end foreach $schema_insert .= ''; return $schema_insert;