Skip to content

Commit

Permalink
Fix UTF-8 browser charset
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 3, 2023
1 parent 0c52da7 commit 2024570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/browser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

return {"<!DOCTYPE html>
<html>
<meta charset=UTF-8">
<meta charset="UTF-8">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
[head_content]
Expand Down

0 comments on commit 2024570

Please sign in to comment.