diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-12-12 13:10:58 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-12-12 13:10:58 +0000 |
| commit | 8e95bded8d117b69f41229d811253b801bc768a4 (patch) | |
| tree | c3df345965fab1719a269c8ea07dd12def2697c0 /autocomplete.php | |
| parent | c499fc2273b71f1df37c3f09c7e87c45e65ebf2d (diff) | |
| download | webtrees-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.php | 2 |
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(); } } |
