Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.templateEditor.js |
— | — | @@ -129,7 +129,7 @@ |
130 | 130 | } |
131 | 131 | } |
132 | 132 | sanatizedSegment = sanatizedStr.substring( startIndex,endIndex ) |
133 | | - .replace( /[{}|=]/g 'X' ); |
| 133 | + .replace( /[{}|=]/g , 'X' ); |
134 | 134 | sanatizedStr = sanatizedStr.substring( 0, startIndex ) + |
135 | 135 | sanatizedSegment + sanatizedStr.substring( endIndex ); |
136 | 136 | }; |