If one disable the HTML support for a post,
the code appear correctly:
 for(Int_t i=0; i < nlines; ++i )
{
  h->Fill();
}
If one disable the HTML support for a post,
the code appear correctly:
 for(Int_t i=0; i < nlines; ++i )
{
  h->Fill();
}
However if one enables the HTML support for a post,
the code appear broken:
 for(Int_t i=0; i <nlines>Fill();
}When there is a replace of ‘<(.);.>’ with ‘<1>’
Philippe