fix url issue
This commit is contained in:
parent
21476e6e43
commit
9f77ef3ef2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<img class='art' src='<%= contentN[1] %>'>
|
||||
<% } else if (['!neoboxels'].indexOf(contentN[2]) != -1) { %>
|
||||
</a>
|
||||
<iframe src="https://sand.dervland.net/?only=true&embed=https://com.dervland.net/uploads/<%= contentN[1] %>"></iframe>
|
||||
<iframe src="https://sand.dervland.net/?only=true&embed=https://com.dervland.net<%= contentN[1] %>"></iframe>
|
||||
<a>
|
||||
<% } else if (['txt','json'].indexOf(contentN[2]) != -1) { %>
|
||||
<%= contentN[1] %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue