(value)
| 3411 | } |
| 3412 | |
| 3413 | function escapeHtmlAttribute(value) { |
| 3414 | return value |
| 3415 | .replace(/&/g, '&') |
| 3416 | .replace(/"/g, '"') |
| 3417 | .replace(/</g, '<') |
| 3418 | .replace(/>/g, '>'); |
| 3419 | } |
| 3420 | |
| 3421 | },{"underscore":153,"util":157}],32:[function(require,module,exports){ |
| 3422 | var htmlWriter = require("./html-writer"); |
no outgoing calls
no test coverage detected