Skip to content
Snippets Groups Projects

Dev#33379 redmine create and edit ticket

Merged Patrick Barroca requested to merge dev#33379_redmine_create_and_edit_ticket into WIP
Compare and
+ 43
70
Preferences
Compare changes
Files
@@ -12,7 +12,9 @@
<table>
<tr>
<td></td>
<td class="gauche"><pre style="font-family:inherit;font-size:130%"><?php echo $this->issue->getdescription(); ?><pre></td>
<td class="gauche"><pre style="font-family:inherit;font-size:130%;white-space:normal;">
<?php echo nl2br($this->issue->getdescription()); ?><pre>
</td>
</tr>
</table>
</fieldset>