source:
frontend/node_modules/underscore/modules/_escapeMap.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 164 bytes | |
| Line | |
|---|---|
| 1 | // Internal list of HTML entities for escaping. |
| 2 | export default { |
| 3 | '&': '&', |
| 4 | '<': '<', |
| 5 | '>': '>', |
| 6 | '"': '"', |
| 7 | "'": ''', |
| 8 | '`': '`' |
| 9 | }; |
Note:
See TracBrowser
for help on using the repository browser.
