diff --git a/reference/exif/functions/exif-imagetype.xml b/reference/exif/functions/exif-imagetype.xml
index 8518be4cb5..07f96afa3d 100644
--- a/reference/exif/functions/exif-imagetype.xml
+++ b/reference/exif/functions/exif-imagetype.xml
@@ -46,42 +46,6 @@
same value that getimagesize returns in index 2 but
exif_imagetype is much faster.
-
-
-
- exif_imagetype will emit an E_NOTICE
- and return &false; if it is unable to read enough bytes from the file to
- determine the image type.
-
-
-
-
-
- &reftitle.changelog;
-
-
-
-
-
- &Version;
- &Description;
-
-
-
-
- 7.1.0
-
- Added WebP support.
-
-
-
-
-
-
-
-
- &reftitle.constants;
The following constants are defined, and represent possible
exif_imagetype return values:
@@ -173,7 +137,42 @@
+
+
+
+ exif_imagetype will emit an E_NOTICE
+ and return &false; if it is unable to read enough bytes from the file to
+ determine the image type.
+
+
+
+
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 7.1.0
+
+ Added WebP support.
+
+
+
+
+
+
+
+
&reftitle.examples;