Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3324 closed defect (fixed)

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

Reported by: Tim Hatch <trac@…> Owned by: Christian Boos
Priority: normal Milestone: 0.10
Component: general Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (2)

comment:1 by Christian Boos, 18 years ago

Milestone: 0.10
Owner: changed from Jonas Borgström to Christian Boos
Severity: normalminor
Status: newassigned

Right!

comment:2 by Christian Boos, 18 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r3484.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.