mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-12-17 13:32:14 +00:00
SprayMesh Extended: Fixed missing closing bracket in HTML
This commit is contained in:
parent
9636b90a83
commit
e2759a20cb
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ local PREVIEW_HTML_BASE = [=[
|
|||
</html>
|
||||
]=]
|
||||
|
||||
local PREVIEW_HTML_IMAGE = [=[<img src="%s"]=]
|
||||
local PREVIEW_HTML_IMAGE = [=[<img src="%s">]=]
|
||||
local PREVIEW_HTML_VIDEO = [=[<video src="%s" muted autoplay loop>]=]
|
||||
|
||||
function spraymesh_derma_utils.GetPreviewHTML(previewSize, sprayURL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue