qa: Fix new line formating in comments
This commit is contained in:
parent
70afa61814
commit
ce2f42cdc8
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<tr ng-repeat="comment in queries_comments">
|
<tr ng-repeat="comment in queries_comments">
|
||||||
<td>
|
<td style="white-space: pre-line">
|
||||||
Le {{ comment.date }}, <strong>{{ comment.user }}</strong> a écrit : {{ comment.content }}
|
Le {{ comment.date }}, <strong>{{ comment.user }}</strong> a écrit : {{ comment.content }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Reference in a new issue