User:Dr pda/persondata.js: Difference between revisions

Content deleted Content added
add correct handling of infobox {{NFL player
bug fix to handle <br /> tag
Line 53:
template = template.replace(/{{flagicon.*}}/ig,'');
template = template.replace(/<\/?small>/ig,'');
template = template.replace(/<br\s*\/?>/ig,'');
 
var firstpar = template.indexOf('|');