mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 09:56:43 +01:00
fix: fix illegal html for descriptions
This commit is contained in:
parent
545e31587a
commit
c54156c050
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
- if rec.short_description
|
||||
p.description= rec.short_description
|
||||
- else
|
||||
p.description== rec.description_html
|
||||
div.description
|
||||
== rec.description_html
|
||||
footer
|
||||
.rating
|
||||
= rating_display(rec.rating)
|
||||
|
|
Loading…
Reference in a new issue