mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
fix: escape apostrophe in FTP empty-state string — caused SyntaxError in template literal
This commit is contained in:
@@ -2764,7 +2764,7 @@ ${dbs.map(d=>`<tr>
|
||||
<td>${Nova.badge(f.permissions||'rw','blue')}</td>
|
||||
</tr>`).join('')}
|
||||
</tbody></table></div>`
|
||||
: '<div class="card-body text-muted">No FTP accounts yet — created from each account's FTP page.</div>'}
|
||||
: '<div class="card-body text-muted">No FTP accounts yet — created from each account's FTP page.</div>'}
|
||||
</div>`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user