Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12916


Ignore:
Timestamp:
Sep 14, 2017, 1:26:20 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12916 – Description

    initial v1  
    1010
    1111This doesn't render correctly.
     12
     13[[Image(Screen Shot 2017-09-13 at 17.17.12.png,100%)]]
     14
     15{{{#!text/html
     16
     17<h1>Trac Error</h1>
     18<p class="message"></p>
     19<div class="message">Submission rejected as potential spam
     20  <ul>
     21    <li>BlogSpam says content is spam (IP previously blocked: Anchor text matches pattern: payday loan [20-ip.js])</li>
     22  </ul>
     23</div>
     24}}}
    1225
    1326It seems reasonable that the user raising the `TracError` would want to render content like a list in a `div`, so we probably shouldn't restrict to `p` elements.