10-06-2010, 04:57 PM
I want my comment down the line when you press enter. There is no way to do this?.
Sorry for English skills is not very good: D.
Sorry for English skills is not very good: D.
Comment - Add attributes <br/> to the comment.
|
10-06-2010, 04:57 PM
I want my comment down the line when you press enter. There is no way to do this?.
Sorry for English skills is not very good: D.
10-07-2010, 06:47 PM
Actually there is no html formatting on comments. It should be a future improvement.
12-14-2012, 09:57 PM
To see the line breaks in the comment field can do what I did:
in style.css add: .pre { white-space: pre-wrap } in out/out.ViewDocument.php add the class .pre in comment fields, example: <td class="pre"><?php print htmlspecialchars($document->getComment());?></td>
---------------------------------------
Aplicaciones y Servicios 3DENTE http://www.3dente.com |
« Next Oldest | Next Newest »
|