Skip to content

Commit f530288

Browse files
Ankit KhareAnkit Khare
authored andcommitted
Fix admin portal syntax error
- Escaped closing script tag in template string to prevent 'Unexpected end of input' error - This was breaking the admin portal login page
1 parent 4c690f1 commit f530288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ <h2 id="modalTitle">Add Certificate</h2>
679679
<script>
680680
// Redirect to the main certificate verification page with the ID parameter
681681
window.location.href = '../certificates.html?id=${cert.id}';
682-
</script>
682+
<\/script>
683683
684684
<link rel="stylesheet" href="../assets/css/style.css?v=52">
685685
<link rel="stylesheet" href="../assets/css/matrix-theme.css?v=52">

0 commit comments

Comments
 (0)