Package: imagemagick / 8:7.1.1.47+dfsg1-2

0027-Remove-spurious-div.patch Patch series | download
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org>
Date: Wed, 5 Jun 2024 22:07:51 +0000
Subject: Remove spurious div

forwarded: not-needed
---
 www/api/Image++.html          | 2 --
 www/api/animate.html          | 3 ---
 www/api/annotate.html         | 1 -
 www/api/attribute.html        | 1 -
 www/api/blob.html             | 1 -
 www/api/cache-view.html       | 1 -
 www/api/cache.html            | 1 -
 www/api/channel.html          | 1 -
 www/api/cipher.html           | 1 -
 www/api/color.html            | 1 -
 www/api/colormap.html         | 1 -
 www/api/colorspace.html       | 1 -
 www/api/compare.html          | 1 -
 www/api/composite.html        | 1 -
 www/api/constitute.html       | 1 -
 www/api/decorate.html         | 1 -
 www/api/deprecate.html        | 1 -
 www/api/display.html          | 1 -
 www/api/distort.html          | 1 -
 www/api/draw.html             | 1 -
 www/api/drawing-wand.html     | 1 -
 www/api/effect.html           | 1 -
 www/api/enhance.html          | 1 -
 www/api/exception.html        | 1 -
 www/api/feature.html          | 1 -
 www/api/fourier.html          | 1 -
 www/api/fx.html               | 1 -
 www/api/histogram.html        | 1 -
 www/api/image-view.html       | 1 -
 www/api/image.html            | 1 -
 www/api/layer.html            | 1 -
 www/api/list.html             | 1 -
 www/api/magick++-classes.html | 1 -
 www/api/magick-deprecate.html | 1 -
 www/api/magick-image.html     | 1 -
 www/api/magick-property.html  | 1 -
 www/api/magick-wand.html      | 1 -
 www/api/magick.html           | 1 -
 www/api/memory.html           | 1 -
 www/api/mime.html             | 1 -
 www/api/module.html           | 1 -
 www/api/mogrify.html          | 1 -
 www/api/monitor.html          | 1 -
 www/api/montage.html          | 1 -
 www/api/morphology.html       | 1 -
 www/api/paint.html            | 1 -
 www/api/pixel-iterator.html   | 1 -
 www/api/pixel-wand.html       | 1 -
 www/api/profile.html          | 1 -
 www/api/property.html         | 1 -
 www/api/quantize.html         | 1 -
 www/api/registry.html         | 1 -
 www/api/resize.html           | 1 -
 www/api/resource.html         | 1 -
 www/api/segment.html          | 1 -
 www/api/shear.html            | 1 -
 www/api/signature.html        | 1 -
 www/api/statistic.html        | 1 -
 www/api/stream.html           | 1 -
 www/api/transform.html        | 1 -
 www/api/version.html          | 1 -
 www/api/vision.html           | 1 -
 www/api/wand-view.html        | 1 -
 63 files changed, 66 deletions(-)

diff --git a/www/api/Image++.html b/www/api/Image++.html
index 385f2a4..2201dd4 100644
--- a/www/api/Image++.html
+++ b/www/api/Image++.html
@@ -3217,8 +3217,6 @@ the region set by a preceding getPixels or getConstPixels call.</font></td>
 </table></ul>
 </p>
 </div>
-</div>
-  </div>
   </main><!-- /.container -->
   <footer class="magick-footer">
     <div class="container-fluid">
diff --git a/www/api/animate.html b/www/api/animate.html
index 2f54d32..c7e0c53 100644
--- a/www/api/animate.html
+++ b/www/api/animate.html
@@ -145,8 +145,6 @@
 <br/>
 <br/>
 <div class="magick-header">
-</div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
@@ -174,4 +172,3 @@
   <!-- Javascript assets -->
   <script src="../assets/bootstrap.bundle.min.js" ></script>
   </body>
-</html>
diff --git a/www/api/annotate.html b/www/api/annotate.html
index 8206be5..fb7669e 100644
--- a/www/api/annotate.html
+++ b/www/api/annotate.html
@@ -314,7 +314,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/attribute.html b/www/api/attribute.html
index 411f59f..cb638f2 100644
--- a/www/api/attribute.html
+++ b/www/api/attribute.html
@@ -514,7 +514,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/blob.html b/www/api/blob.html
index 6881378..e6aec12 100644
--- a/www/api/blob.html
+++ b/www/api/blob.html
@@ -503,7 +503,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/cache-view.html b/www/api/cache-view.html
index 88e3937..200d13b 100644
--- a/www/api/cache-view.html
+++ b/www/api/cache-view.html
@@ -729,7 +729,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/cache.html b/www/api/cache.html
index 5a13a59..84e1d7a 100644
--- a/www/api/cache.html
+++ b/www/api/cache.html
@@ -601,7 +601,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/channel.html b/www/api/channel.html
index 652e7ea..7ab09e4 100644
--- a/www/api/channel.html
+++ b/www/api/channel.html
@@ -329,7 +329,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/cipher.html b/www/api/cipher.html
index d6d3e16..246e850 100644
--- a/www/api/cipher.html
+++ b/www/api/cipher.html
@@ -378,7 +378,6 @@ MagickBooleanType EncipherImage(Image *image,const char *passphrase,
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/color.html b/www/api/color.html
index 782b2bc..35f8853 100644
--- a/www/api/color.html
+++ b/www/api/color.html
@@ -283,7 +283,6 @@
 <p>return any errors or warnings in this structure.</p>
 
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/colormap.html b/www/api/colormap.html
index 5e4e25d..898585c 100644
--- a/www/api/colormap.html
+++ b/www/api/colormap.html
@@ -209,7 +209,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/colorspace.html b/www/api/colorspace.html
index 41fe661..0e3475f 100644
--- a/www/api/colorspace.html
+++ b/www/api/colorspace.html
@@ -419,7 +419,6 @@ exception);
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/compare.html b/www/api/compare.html
index 591ac1b..fa8ccda 100644
--- a/www/api/compare.html
+++ b/www/api/compare.html
@@ -184,7 +184,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/composite.html b/www/api/composite.html
index 18123e2..6e21b6c 100644
--- a/www/api/composite.html
+++ b/www/api/composite.html
@@ -184,7 +184,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/constitute.html b/www/api/constitute.html
index 3a00a3e..0189bd6 100644
--- a/www/api/constitute.html
+++ b/www/api/constitute.html
@@ -372,7 +372,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/decorate.html b/www/api/decorate.html
index 6534213..0f17180 100644
--- a/www/api/decorate.html
+++ b/www/api/decorate.html
@@ -251,7 +251,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/deprecate.html b/www/api/deprecate.html
index d53006f..4779dd0 100644
--- a/www/api/deprecate.html
+++ b/www/api/deprecate.html
@@ -199,7 +199,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/display.html b/www/api/display.html
index 4ff5bc0..c1f7cd6 100644
--- a/www/api/display.html
+++ b/www/api/display.html
@@ -146,7 +146,6 @@
 <br/>
 <div class="magick-header">
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/distort.html b/www/api/distort.html
index 38d4cbe..ab3220b 100644
--- a/www/api/distort.html
+++ b/www/api/distort.html
@@ -308,7 +308,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/draw.html b/www/api/draw.html
index 07d7d09..a5385b0 100644
--- a/www/api/draw.html
+++ b/www/api/draw.html
@@ -510,7 +510,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html
index 26444a7..591c73e 100644
--- a/www/api/drawing-wand.html
+++ b/www/api/drawing-wand.html
@@ -3964,7 +3964,6 @@ $  TypeMetric *metrics)
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/effect.html b/www/api/effect.html
index d29d7d6..332864f 100644
--- a/www/api/effect.html
+++ b/www/api/effect.html
@@ -822,7 +822,6 @@ ExceptionInfo *exception)
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/enhance.html b/www/api/enhance.html
index 38b0540..a010d96 100644
--- a/www/api/enhance.html
+++ b/www/api/enhance.html
@@ -898,7 +898,6 @@ const MagickBooleanType invert,ExceptionInfo *exception)
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/exception.html b/www/api/exception.html
index d18bea2..484f732 100644
--- a/www/api/exception.html
+++ b/www/api/exception.html
@@ -535,7 +535,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/feature.html b/www/api/feature.html
index 0a5cdca..e18154a 100644
--- a/www/api/feature.html
+++ b/www/api/feature.html
@@ -297,7 +297,6 @@ contrast=channel_features[RedPixelChannel].contrast[0];
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/fourier.html b/www/api/fourier.html
index 279a7d6..a8ac76b 100644
--- a/www/api/fourier.html
+++ b/www/api/fourier.html
@@ -243,7 +243,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/fx.html b/www/api/fx.html
index 87c19f0..bd25ce4 100644
--- a/www/api/fx.html
+++ b/www/api/fx.html
@@ -195,7 +195,6 @@
 
 <p>/* For -fx, this sets p to ImgNum 0. for [fx:...], this sets p to the current image. Similarly img. </p>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/histogram.html b/www/api/histogram.html
index 7fc829b..100baae 100644
--- a/www/api/histogram.html
+++ b/www/api/histogram.html
@@ -306,7 +306,6 @@
 <p>return any errors or warnings in this structure.</p>
 
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/image-view.html b/www/api/image-view.html
index d976da2..f17dc55 100644
--- a/www/api/image-view.html
+++ b/www/api/image-view.html
@@ -692,7 +692,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/image.html b/www/api/image.html
index fdbf59f..ddb439b 100644
--- a/www/api/image.html
+++ b/www/api/image.html
@@ -1251,7 +1251,6 @@ MagickBooleanType SyncImagesSettings(const ImageInfo *image_info,
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/layer.html b/www/api/layer.html
index d2eb0eb..8c1c2f8 100644
--- a/www/api/layer.html
+++ b/www/api/layer.html
@@ -464,7 +464,6 @@ ExceptionInfo *exception);
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/list.html b/www/api/list.html
index e5275e7..b96cb26 100644
--- a/www/api/list.html
+++ b/www/api/list.html
@@ -804,7 +804,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/magick++-classes.html b/www/api/magick++-classes.html
index 8ee0b49..961cb61 100644
--- a/www/api/magick++-classes.html
+++ b/www/api/magick++-classes.html
@@ -147,7 +147,6 @@ containers of image frames.</td>
 </table>
 </ul>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="magick-footer">
     <div class="container-fluid">
diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html
index 5b3c5b8..79b3625 100644
--- a/www/api/magick-deprecate.html
+++ b/www/api/magick-deprecate.html
@@ -138,7 +138,6 @@
 <p class="text-center"><a href="#"></a></p>
 
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/magick-image.html b/www/api/magick-image.html
index 1c27a76..70aa774 100644
--- a/www/api/magick-image.html
+++ b/www/api/magick-image.html
@@ -8528,7 +8528,6 @@ MagickBooleanType MagickThresholdImageChannel(MagickWand *wand,
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/magick-property.html b/www/api/magick-property.html
index 8b5c785..5b66fb2 100644
--- a/www/api/magick-property.html
+++ b/www/api/magick-property.html
@@ -2054,7 +2054,6 @@ void *client_data)
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html
index f18d773..729f107 100644
--- a/www/api/magick-wand.html
+++ b/www/api/magick-wand.html
@@ -729,7 +729,6 @@
 </samp></pre>
 
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/magick.html b/www/api/magick.html
index 261577a..b676a14 100644
--- a/www/api/magick.html
+++ b/www/api/magick.html
@@ -263,7 +263,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/memory.html b/www/api/memory.html
index 9c8a44a..c988e09 100644
--- a/www/api/memory.html
+++ b/www/api/memory.html
@@ -596,7 +596,6 @@
 <p>Specifies the length of the memory buffer.</p>
 
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/mime.html b/www/api/mime.html
index 5223493..17304e5 100644
--- a/www/api/mime.html
+++ b/www/api/mime.html
@@ -296,7 +296,6 @@
 <p>return any errors or warnings in this structure.</p>
 
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/module.html b/www/api/module.html
index aaa7319..7ea5cb2 100644
--- a/www/api/module.html
+++ b/www/api/module.html
@@ -563,7 +563,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/mogrify.html b/www/api/mogrify.html
index 15b637c..0488e30 100644
--- a/www/api/mogrify.html
+++ b/www/api/mogrify.html
@@ -146,7 +146,6 @@
 <br/>
 <div class="magick-header">
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/monitor.html b/www/api/monitor.html
index 664f154..e5eefe2 100644
--- a/www/api/monitor.html
+++ b/www/api/monitor.html
@@ -257,7 +257,6 @@ void *client_data)
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/montage.html b/www/api/montage.html
index 31259db..f61ae6b 100644
--- a/www/api/montage.html
+++ b/www/api/montage.html
@@ -146,7 +146,6 @@
 <br/>
 <div class="magick-header">
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/morphology.html b/www/api/morphology.html
index 9b2e26d..6fd76f5 100644
--- a/www/api/morphology.html
+++ b/www/api/morphology.html
@@ -677,7 +677,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/paint.html b/www/api/paint.html
index 2df2018..c6cfa11 100644
--- a/www/api/paint.html
+++ b/www/api/paint.html
@@ -357,7 +357,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html
index 7ffcb4c..21f361c 100644
--- a/www/api/pixel-iterator.html
+++ b/www/api/pixel-iterator.html
@@ -568,7 +568,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html
index 3ce0036..8d44d5b 100644
--- a/www/api/pixel-wand.html
+++ b/www/api/pixel-wand.html
@@ -1637,7 +1637,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/profile.html b/www/api/profile.html
index 7268539..59dc6d1 100644
--- a/www/api/profile.html
+++ b/www/api/profile.html
@@ -410,7 +410,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/property.html b/www/api/property.html
index 9132b3a..efc0df1 100644
--- a/www/api/property.html
+++ b/www/api/property.html
@@ -462,7 +462,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/quantize.html b/www/api/quantize.html
index cd37bec..18cdbfa 100644
--- a/www/api/quantize.html
+++ b/www/api/quantize.html
@@ -588,7 +588,6 @@ pixel in the image.
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/registry.html b/www/api/registry.html
index bd28c33..c67597b 100644
--- a/www/api/registry.html
+++ b/www/api/registry.html
@@ -316,7 +316,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/resize.html b/www/api/resize.html
index d5d8e1a..b537e8c 100644
--- a/www/api/resize.html
+++ b/www/api/resize.html
@@ -506,7 +506,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/resource.html b/www/api/resource.html
index 04d2a7f..fbd6ace 100644
--- a/www/api/resource.html
+++ b/www/api/resource.html
@@ -333,7 +333,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/segment.html b/www/api/segment.html
index 894f151..ca22679 100644
--- a/www/api/segment.html
+++ b/www/api/segment.html
@@ -178,7 +178,6 @@
 <p>return any errors or warnings in this structure.</p>
 
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/shear.html b/www/api/shear.html
index cd61e48..bfd164b 100644
--- a/www/api/shear.html
+++ b/www/api/shear.html
@@ -250,7 +250,6 @@
 <p>return any errors or warnings in this structure.</p>
 
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/signature.html b/www/api/signature.html
index 56ee856..f9a62fe 100644
--- a/www/api/signature.html
+++ b/www/api/signature.html
@@ -171,7 +171,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/statistic.html b/www/api/statistic.html
index b90496d..113c6d2 100644
--- a/www/api/statistic.html
+++ b/www/api/statistic.html
@@ -583,7 +583,6 @@ red_mean=channel_statistics[RedPixelChannel].mean;
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/stream.html b/www/api/stream.html
index 6b1daa0..18a0c05 100644
--- a/www/api/stream.html
+++ b/www/api/stream.html
@@ -184,7 +184,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/transform.html b/www/api/transform.html
index 285baae..bb1525f 100644
--- a/www/api/transform.html
+++ b/www/api/transform.html
@@ -601,7 +601,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/version.html b/www/api/version.html
index 1fba015..97e8d3c 100644
--- a/www/api/version.html
+++ b/www/api/version.html
@@ -177,7 +177,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/vision.html b/www/api/vision.html
index fdd88fd..bebe28b 100644
--- a/www/api/vision.html
+++ b/www/api/vision.html
@@ -211,7 +211,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">
diff --git a/www/api/wand-view.html b/www/api/wand-view.html
index 5d0e0e3..f93de06 100644
--- a/www/api/wand-view.html
+++ b/www/api/wand-view.html
@@ -614,7 +614,6 @@
 <dd>  </dd>
 </dl>
 </div>
-  </div>
   </main><!-- /.container -->
   <footer class="py-5 text-center text-body-secondary bg-body-tertiary">
     <div class="container-fluid">