Skip to content

Commit 9dc5c93

Browse files
committed
Added HTML encoding
1 parent 711c258 commit 9dc5c93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

anotherExample.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta charset="utf-8">
34
<link rel="stylesheet" href="http://cdn.datatables.net/1.10.7/css/jquery.dataTables.min.css">
45
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
56

example.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta charset="utf-8">
34
<link rel="stylesheet" href="http://cdn.datatables.net/1.10.7/css/jquery.dataTables.min.css">
45

56
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>

0 commit comments

Comments
 (0)