summaryrefslogtreecommitdiff
path: root/autocomplete.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-12-12 13:10:58 +0000
committerfisharebest <fisharebest@gmail.com>2011-12-12 13:10:58 +0000
commit8e95bded8d117b69f41229d811253b801bc768a4 (patch)
treec3df345965fab1719a269c8ea07dd12def2697c0 /autocomplete.php
parentc499fc2273b71f1df37c3f09c7e87c45e65ebf2d (diff)
downloadwebtrees-8e95bded8d117b69f41229d811253b801bc768a4.tar.gz
webtrees-8e95bded8d117b69f41229d811253b801bc768a4.tar.bz2
webtrees-8e95bded8d117b69f41229d811253b801bc768a4.zip
HTML validation - use html5-style for self-closing tags, instead of xhtml-style
Diffstat (limited to 'autocomplete.php')
-rw-r--r--autocomplete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocomplete.php b/autocomplete.php
index 7ad6be6f0d..f1fe3b524d 100644
--- a/autocomplete.php
+++ b/autocomplete.php
@@ -414,7 +414,7 @@ function autocomplete_OBJE($FILTER) {
$media->getXref().
"\" src=\"".
$media->getThumbnail().
- "\" width=\"40\" /> ".
+ "\" width=\"40\"> ".
$media->getFullName();
}
}