Skip to content

Commit

Permalink
removed wrong bracket in interface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesvan committed Oct 5, 2023
1 parent e595fd8 commit 564b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ function escapeHTML(str) {
.replace(/"/g, '"')
.replace(/'/g, ''');
}
}



function addMessage(message){
Expand Down

0 comments on commit 564b801

Please sign in to comment.