Merge pull request #1236 from leighhalliday/master
Changing from ' to ' because ' isn't html standard and doesn't work in IE8
This commit is contained in:
commit
36f6f67965
1 changed files with 1 additions and 1 deletions
|
@ -2868,7 +2868,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||
'<': '<',
|
||||
'>': '>',
|
||||
'"': '"',
|
||||
"'": ''',
|
||||
"'": ''',
|
||||
"/": '/'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue