File: 0023-Remove-spurious-div.patch

package info (click to toggle)
imagemagick 8%3A7.1.2.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 86,336 kB
  • sloc: ansic: 373,543; cpp: 22,660; xml: 11,570; sh: 6,618; perl: 6,285; makefile: 3,498; tcl: 459
file content (834 lines) | stat: -rw-r--r-- 25,195 bytes parent folder | 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 a64eb04..236b50f 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 2d444f6..22b7dd5 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 9eab88c..564abf9 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 59346c7..54aac22 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 4fd5d70..3310853 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 b0e2a3c..f563485 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 26a5f5e..0eda2fd 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 914954e..e443816 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 bd669b5..52766b9 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 7d756d5..a2ca1ef 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 90eb69a..ad570a4 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 1316a77..1f23654 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 60f6165..e845784 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 0400d5a..550be0f 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 41db39e..0dd885e 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 609ecd5..c40ab07 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 0c61993..9effa2a 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 d62f82a..492e765 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 2e27842..3eb12ef 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 823076f..aad0d69 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 dd52a43..775d38f 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 7856939..8f53ae3 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 b5bb0bf..a4979d0 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 1ab2179..c3b6f6b 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 eddd92e..7a21871 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 c232313..9415a4a 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 9db6866..542b792 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 c9510ad..8b132e9 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 c15ee9f..a967f92 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 aae57a7..01aca22 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 6953e74..8f735d7 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 7f7c87a..84fb9b9 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 bfed82f..4d9c807 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 8c17310..ab2c369 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 8985412..7a71f18 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 51b4971..0a84df5 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 1f92b5b..2fb01c3 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 6a3198f..abab4dd 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 7c13202..ec50db3 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 bb18ee4..e6d3863 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 1466b07..b540a01 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 63c21a5..2135516 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 0b53f6b..fcbc5c7 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 e274e81..c450290 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 460498b..4d845e8 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 73d5162..bcb7371 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 9c586ad..00be75b 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 86032a5..818dd22 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 620dd88..1d2f105 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 e5e2edf..243bb93 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 8ec57dc..78b8a85 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 739c2ea..e563450 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 145ec70..5af6f8e 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 9b43540..4dde14d 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 c75565c..941fbf0 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 4e535db..850f589 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 565b8a9..bb816ca 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 535554e..d8ca507 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 19057d5..909b6b5 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 573f440..0f46534 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 a34dcba..be2820b 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 f67124a..bf43c63 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 99c01a7..99613d3 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">