diff --git a/create.php b/create.php index 1bd565e..f688714 100644 --- a/create.php +++ b/create.php @@ -221,7 +221,7 @@ function createRDFaOutput() $doc = $doc . "\n
$disambiguatingdescription1
"; } if ($image1 != '') { - $doc = $doc . "\n Image of the Molecule$i"; + $doc = $doc . "\n Image of the Molecule$i"; } if ($alternatename1 != '') { $doc = $doc . "\n
$alternatename1
"; @@ -311,7 +311,7 @@ function createMicrodataOutput() $doc = $doc . "\n
$disambiguatingdescription1
"; } if ($image1 != '') { - $doc = $doc . "\n Image of the Molecule$i"; + $doc = $doc . "\n Image of the Molecule$i"; } if ($alternatename1 != '') { $doc = $doc . "\n
$alternatename1
";