Edgewall Software

Ticket #3324 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Nesting in templates/browser.cs has a close-tr outside the if that opens it

Reported by: Tim Hatch <trac@…> Owned by: cboos
Priority: normal Milestone: 0.10
Component: general Version: devel
Severity: minor Keywords:
Cc:

Description

Simple fix - just move the </tr> inside the /if. Without the fix, outputs </tr></tr> when viewing files that don't have props.

P.S. Where should I report mimeview- or template-related tickets?

  • templates/browser.cs

     
    106106      <li>Property <strong><?cs var:prop.name ?></strong> set to <em><code><?cs 
    107107      var:prop.value ?></code></em></li><?cs 
    108108     /each ?> 
    109     </ul></td><?cs 
    110    /if ?></tr> 
     109    </ul></td></tr><?cs 
     110   /if ?> 
    111111  </table><?cs 
    112112 /if ?><?cs 

Attachments

Change History

Changed 3 years ago by cboos

  • owner changed from jonas to cboos
  • status changed from new to assigned
  • severity changed from normal to minor
  • milestone set to 0.10

Right!

Changed 3 years ago by cboos

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r3484.

Add/Change #3324 (Nesting in templates/browser.cs has a close-tr outside the if that opens it)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.