Use no-value attributes
This commit is contained in:
@ -10,7 +10,7 @@ component AMVMini(amv *arn.AMV, user *arn.User)
|
||||
|
||||
component AMVVideo(amv *arn.AMV)
|
||||
.video-container
|
||||
video.video.lazy(controls="controls", controlsList="nodownload")
|
||||
video.video.lazy(controls, controlsList="nodownload")
|
||||
source(data-src="https://notify.moe/videos/amvs/" + amv.File, data-type="video/webm")
|
||||
|
||||
component AMVFooter(amv *arn.AMV, user *arn.User)
|
||||
|
Reference in New Issue
Block a user