Modify ↓
Opened 19 years ago
Closed 19 years ago
#3324 closed defect (fixed)
Nesting in templates/browser.cs has a close-tr outside the if that opens it
| Reported by: | 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
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 (0)
Change History (2)
comment:1 by , 19 years ago
| Milestone: | → 0.10 |
|---|---|
| Owner: | changed from to |
| Severity: | normal → minor |
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.



Right!