Help for this page

Select Code to Download


  1. or download this
    # somewhere at top add this
    use HTML::Entities;
    ...
       }
       $self->request()->print('</tr>');
    }
    
  2. or download this
    '<td>' . encode_entities($revision->comment()) . '</td>');