return topics tags #1557

This commit is contained in:
barisusakli
2014-05-21 21:15:11 -04:00
parent 87fe5bf1bb
commit 3f43db090b
2 changed files with 5 additions and 1 deletions

View File

@@ -127,7 +127,7 @@
},
removePunctuation: function(str) {
return str.replace(/[\.,-\/#!$%\^&\*;:{}=\-_`~()?]/g, '');
return str.replace(/[\.,-\/#!$%\^&\*;:{}=\-_`<>'"~()?]/g, '');
},
isEmailValid: function(email) {