diff --git a/bin/parseMetadata.php b/bin/parseMetadata.php
index 5aca0103b895a0d352321bf8959ca45b930b1af0..3a1b72da7b8cc5eb6d6b995df38fd344f1303b41 100755
--- a/bin/parseMetadata.php
+++ b/bin/parseMetadata.php
@@ -200,7 +200,7 @@ function dumpMetadataStdOut() {
 
 			echo("\n");
 			echo('/* The following metadata was generated from ' . $filename . ' on ' . $GLOBALS['when'] . '. */' . "\n");
-			echo('$metadata[\'' . addslashes($entityID) . '\'] = ' . var_export($m['metadata'], TRUE)) . ';' . "\n";
+			echo('$metadata[\'' . addslashes($entityID) . '\'] = ' . var_export($m['metadata'], TRUE) . ';' . "\n");
 		}