mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Add UTF-8 chars support for watchlist (#27150)
* Add UTF-8 Charset for watchlist * Move charset by review
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
if(!check_rights(R_ADMIN))
|
||||
return
|
||||
var/output
|
||||
output += "<!DOCTYPE html><form method='GET' name='search' action='?'>\
|
||||
output += "<!DOCTYPE html><meta charset='UTF-8'><form method='GET' name='search' action='?'>\
|
||||
<input type='hidden' name='_src_' value='holder'>\
|
||||
<input type='text' name='watchsearch' value='[search]'>\
|
||||
<input type='submit' value='Search'></form>"
|
||||
|
||||
Reference in New Issue
Block a user