Modify ↓
Opened 21 years ago
Closed 21 years ago
#1219 closed defect (duplicate)
wrap description in a p element
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
already being done for the Comment field above. makes it so the wiki buttons show up properly in Camino on OSX.
Index: ticket.cs
===================================================================
--- ticket.cs (revision 1266)
+++ ticket.cs (working copy)
@@ -158,8 +158,8 @@
<br />
<label for="description">Description:</label>
<div style="float: left">
- <textarea id="description" name="description" class="wikitext" rows="10" cols="68"><?cs
- var:ticket.description ?></textarea>
+ <p><textarea id="description" name="description" class="wikitext" rows="10" cols="68"><?cs
+ var:ticket.description ?></textarea></p>
</div>
<br style="clear: left" />
<label for="reporter">Reporter:</label>
Attachments (0)
Change History (4)
comment:1 by , 21 years ago
| Milestone: | 0.5 |
|---|
comment:2 by , 21 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 21 years ago
| Owner: | changed from to |
|---|
comment:4 by , 21 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Not sure what problem this change tries to fix, but at least it doesn't fix the problem described in #1261 for me. Which I'm marking this ticket as duplicate of.
Note:
See TracTickets
for help on using tickets.



milestone 0.5 cant be right