https://bugs.koozali.org/show_bug.cgi?id=12147

--- Comment #11 from Jean-Philippe Pialasse <[email protected]> ---
you can see in the first attachement that it is also missing the end of the
page.  


moving the button is a workaround not a fix. 


you need, again, ideally to html escape the string. 


use HTML::Entities;
    my $Message = `/usr/bin/qmHandle -m$msgid|head -100`;
    $Message = encode_entities($Message);
    print $q->p ($q->pre ("$Message"));


you might also put it inside a textarea

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to