diff --git a/ingredients/prototypejs/static/javascript/auto/20_prototype.js b/ingredients/prototypejs/static/javascript/auto/20_prototype.js index cc89dafc..92b1f4b5 100644 --- a/ingredients/prototypejs/static/javascript/auto/20_prototype.js +++ b/ingredients/prototypejs/static/javascript/auto/20_prototype.js @@ -8,7 +8,7 @@ var Prototype = { - Version: '1.7.3', + Version: '1.7.3.1-eprints', Browser: (function(){ var ua = navigator.userAgent; @@ -621,7 +621,7 @@ Object.extend(String.prototype, (function() { } function stripTags() { - return this.replace(/<\w+(\s+("[^"]*"|'[^']*'|[^>])+)?(\/)?>|<\/\w+>/gi, ''); + return this.replace(/<\w+(\s+("[^"]*"|'[^']*'|[^>'"])+)?\s*("[^">]*|'[^'>]*)?(\/)?>|<\/\w+>/gi, ''); } function stripScripts() {