Edgewall Software
Modify

Ticket #3324 (closed defect: fixed)

Opened 6 years ago

Last modified 6 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:
Release Notes:
API Changes:

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

comment:1 Changed 6 years ago by cboos

  • Milestone set to 0.10
  • Owner changed from jonas to cboos
  • Severity changed from normal to minor
  • Status changed from new to assigned

Right!

comment:2 Changed 6 years ago by cboos

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed in r3484.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cboos. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.