1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
From 239f4d987de41a153050e4f695cbeb36ddbdda1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= <roucaries.bastien@gmail.com>
Date: Wed, 14 Dec 2016 15:23:11 +0100
Subject: Fix www/api/mophologie.html
Forwarded: Yes, https://github.com/ImageMagick/ImageMagick/issues/304
---
www/api/morphology.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/api/morphology.html b/www/api/morphology.html
index 734665c274..184fe8ddeb 100644
--- a/www/api/morphology.html
+++ b/www/api/morphology.html
@@ -321,7 +321,7 @@ void ScaleGeometryKernelInfo(KernelInfo *kernel,
"-set option:convolve:scale {geometry}" setting.
</pre>
-<p></dd>
+<dd></dd>
</dl>
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ScaleKernelInfo">ScaleKernelInfo</a></h2>
@@ -368,14 +368,14 @@ void ScaleKernelInfo(KernelInfo *kernel, const double scaling_factor,
zero. If the kernel is normalized regardless of any flags.
</pre>
-<p>o normalize_flags: </dd>
+<dd>o normalize_flags: </dd>
<pre class="text">
specifically: NormalizeValue, CorrelateNormalizeValue,
and/or PercentValue
</pre>
-<p></dd>
+<dd></dd>
</dl>
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ShowKernelInfo">ShowKernelInfo</a></h2>
@@ -427,7 +427,7 @@ void UnityAdditionKernelInfo(KernelInfo *kernel, const double scale )
the given kernel.
</pre>
-<p></dd>
+<dd></dd>
</dl>
<h2><a href="https://legacy.imagemagick.org/api/MagickCore/morphology_8c.html" id="ZeroKernelNans">ZeroKernelNans</a></h2>
|