Uploaded image for project: 'Survey'
  1. Survey
  2. SURVEY-78

The HTML structure of the ended message is not identical to the start message

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • 1.2.0
    • 1.0.0
    • None
    • None

      For the start message we have

      <div class="start">
        <p>Message</p>
      ...
      </div>
      

      For the ended message we have

      <div class="start">
        Message
      </div>
      

      It would be better to have something like (with a common class, a class differentiating and a paragraph) :

      <div class="info start">
        <p>Message</p>
      </div>
      

      and

      <div class="info end">
        <p>Message</p>
      </div>
      

            Unassigned Unassigned
            lperier Laurence Perier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: