mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
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:
parent
f259f0c36f
commit
0201a86f0d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user