code formatting is broken

code formatting is broken

Hi,
 
The code formatter for this edit box is broken in IE8 on Windows XP.  I pasted the following text in a question (

http://forum.jquery.com/topic/autocomplete-how-do-i-avoid-a-duplicate-search#14737000000762167

):
 

$(

'#groupset' ).autocomplete( 'ajax/php/leeruns.php' );

$(

'#groupset' ).result(

function (event, data, formatted) {

if (data){

$(

'#groupsetdesc' ).val(formatted);

groups.load(data[1]);

}

else {

$(

'#groupsetdesc' ).val( '' );

}

}

).blur(

function (){$( this ).search();});

It formatted like this using the code button:

  1. <$('#groupset').autocomplete('ajax/php/leeruns.php');
  2. <$(
'#groupset').result(
  • <
  • function
    (event, data, formatted) {
  • <
  • if (data){
  • <$(
  • '#groupsetdesc' ).val(formatted);
  • <}
  • else {
  • <$(
  • '#groupsetdesc' ).val( '' );
  • <}
  • <}
  • <).blur(
  • function (){$( this ).search();});
  •  

    ps. the link button wouldn't let me input a url