$(document).ready(function() { $('a.topictitle').each(function() { $(this).html($(this).html().replace(/</g,'<').replace(/>/g,'>')); }); } );