summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-sanitize/angular-sanitize.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-03 17:33:48 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-03 17:33:48 +0100
commit90ae9ae044f2505954374fd155890315a8bb64f8 (patch)
tree7ad56a687023e64c9c7438b67768d54f58f8530a /js/vendor/angular-sanitize/angular-sanitize.js
parent3f85a20d371bb4b1404340628105dda76b8db1cb (diff)
udpate angularjs
Diffstat (limited to 'js/vendor/angular-sanitize/angular-sanitize.js')
-rw-r--r--js/vendor/angular-sanitize/angular-sanitize.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/vendor/angular-sanitize/angular-sanitize.js b/js/vendor/angular-sanitize/angular-sanitize.js
index f463a8c95..315b98bd2 100644
--- a/js/vendor/angular-sanitize/angular-sanitize.js
+++ b/js/vendor/angular-sanitize/angular-sanitize.js
@@ -1,5 +1,5 @@
/**
- * @license AngularJS v1.3.4
+ * @license AngularJS v1.3.5
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -666,7 +666,7 @@ angular.module('ngSanitize').filter('linky', ['$sanitize', function($sanitize) {
'" ');
}
html.push('href="',
- url.replace('"', '&quot;'),
+ url.replace(/"/g, '&quot;'),
'">');
addText(text);
html.push('</a>');