Validation error in figure caption
-
I am systematically validating 135 pages in my WordPress ebook. Here is one error I don’t understand:
Error: No p element in scope but a p end tag seen. From line 566, column 467; to line 566, column 470 on_end --></p>↩<p stThe code looks like this:
<!-- cp_caption_start --><span class="captioned_image alignleft" style="width: 400px"><span id="attachment_2772" class="wp-caption"><img class="size-full wp-image-2772" src="http://www.stuehlingen.online/Book/wp-content/uploads/2017/01/BusColAbs-e1484691220393.png" alt="absolute business mix" width="400" height="282" /></span><small class="wp-caption-text">Figure 8. Absolute commercial pattern of 34 most active merchants.</small></span><!-- cp_caption_end --></p>yes, the final </p> is unpaired. But where does it come from? The caption is generated in the media library, as are 16 other captions that are all well behaved?
The topic ‘Validation error in figure caption’ is closed to new replies.