Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1219 closed defect (duplicate)

wrap description in a p element

Reported by: jon@… 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 Christopher Lenz)

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 vittorio, 19 years ago

Milestone: 0.5

milestone 0.5 cant be right

comment:2 by Christopher Lenz, 19 years ago

Description: modified (diff)

comment:3 by Christopher Lenz, 19 years ago

Owner: changed from Jonas Borgström to Christopher Lenz

comment:4 by Christopher Lenz, 19 years ago

Resolution: duplicate
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz 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.