fix(route)(app-center/release): improper linebreak (#9250)
Signed-off-by: Rongrong <15956627+Rongronggg9@users.noreply.github.com>
This commit is contained in:
parent
ba9891f578
commit
7edb450ca9
|
|
@ -13,7 +13,7 @@
|
|||
<p>
|
||||
<b>Release Notes</b>:
|
||||
</p>
|
||||
{{@ releaseNotes }}
|
||||
{{@ releaseNotes.trim().replaceAll('\n', '<br>') }}
|
||||
{{/if}}
|
||||
<p>
|
||||
{{if downloadUrl===installUrl}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue