Normally, the citation on the bottom of the page is automatically numbered.
When the last "sentence" of the page uses a ":" infront the citation will loose its numbering.
I tried fixing it with
$(document).ready(function(){
$('.mw-references-wrap').before('<h1>References</h1>');
});
So that there will be a heading over the last sentence of the page but it does not work.
Any ideas?