Ticket #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: | 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
106 106 <li>Property <strong><?cs var:prop.name ?></strong> set to <em><code><?cs 107 107 var:prop.value ?></code></em></li><?cs 108 108 /each ?> 109 </ul></td>< ?cs110 /if ?> </tr>109 </ul></td></tr><?cs 110 /if ?> 111 111 </table><?cs 112 112 /if ?><?cs
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


