There seems to be a small markup error in the tabular template: The h2 heading element is closed twice, causing the heading content to be shown outside of the heading element, looking like span-ish text with regards to styling. See also the screenshots below:
Current situation
Situation after fix
This PR then removes the first h2 closing tag so that the title will have the correct position and styling.
Fixes #261
There seems to be a small markup error in the tabular template: The
h2
heading element is closed twice, causing the heading content to be shown outside of the heading element, looking likespan
-ish text with regards to styling. See also the screenshots below:Current situation
Situation after fix
This PR then removes the first
h2
closing tag so that the title will have the correct position and styling.