I\'ve got a bunch of lists
Item 1 Item 2 Item 3 &l
Try using something like jQuery.
`$(function(){
$('li').not(':last-child').append('\'');
});`
It doesn't clutter up the html. Also, to make this only work with IE, try using jquery compatibility.