From 1c1004cd7572c2c83e90e575ef42f24e38369477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Szeremeta?= Date: Fri, 2 Apr 2021 16:07:34 +0200 Subject: [PATCH] Remove / from img tag --- create.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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
";