mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
FIX THE DES THINGY HEHEHE
This commit is contained in:
parent
651548882e
commit
243c4e9c1c
1 changed files with 2 additions and 2 deletions
|
@ -1783,9 +1783,9 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
||||||
<p style="margin-top: 10px;margin-bottom: 10px;">
|
<p style="margin-top: 10px;margin-bottom: 10px;">
|
||||||
</p>
|
</p>
|
||||||
<% if (String(video.Description) != "[object Object]") { %>
|
<% if (String(video.Description) != "[object Object]") { %>
|
||||||
|
|
||||||
|
<%-String(linkify(inv_vid.description)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
||||||
|
|
||||||
<%-String(inv_vid.descriptionHtml).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
|
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (String(video.Description) == "[object Object]") { %>
|
<% if (String(video.Description) == "[object Object]") { %>
|
||||||
|
|
Loading…
Reference in a new issue