add "toString()"

yes.
This commit is contained in:
Ashley 2022-03-16 22:27:23 +03:00 committed by GitHub
parent 980a822069
commit f508015fa9

View file

@ -90,7 +90,7 @@
<center> <center>
<% if (title.Description) { %> <% if (title.Description) { %>
<p> <p>
<%-title.Description.replace(/\n/g, " <br> ")%></center> <%-title.Description.toString().replace(/\n/g, " <br> ")%></center>
<% } %> <% } %>
<% if (lyrics) { %> <% if (lyrics) { %>