reviewdetail: show newlines in description

I already changed the main layer detail page in
3adddf6a25 to show newlines, but forgot to
do the same in the review detail until now.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-09-05 22:10:00 +12:00
parent f259f0c36f
commit 0201a86f0d

View File

@ -88,7 +88,7 @@
</tr>
<tr>
<th>Description</th>
<td>{{ layeritem.description }}</td>
<td style="white-space: pre-wrap">{{ layeritem.description }}</td>
</tr>
<tr>
<th>Repository</th>