Skip to content
Snippets Groups Projects
Unverified Commit d2f8ed95 authored by EdamAme's avatar EdamAme Committed by GitHub
Browse files

エスケープせずにDescriptionを出力、Update info-card.pug (#11108)

HTMLのタグがエスケープされ、
misskey-hub.netのサーバー一覧で、iframeで読み込む際にタグがそのまま出力される状況が発生していた。
pugにおける仕様に則り、!=に変更、エスケープを行わないように。
parent 6b2c92cb
No related branches found
No related tags found
No related merge requests found
......@@ -47,4 +47,4 @@ html
header#banner(style=`background-image: url(${meta.bannerUrl})`)
div#title= meta.name || host
div#content
div#description= meta.description
div#description!= meta.description
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment