fixed #204
This commit is contained in:
parent
4b6815c489
commit
c229916bad
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ function(jQuery, Paths, URI, HostApp, Cache) {
|
||||||
|
|
||||||
var hash = /(^|\s)(#)(\w+)/ig;
|
var hash = /(^|\s)(#)(\w+)/ig;
|
||||||
|
|
||||||
return URI.withinString(text, callback).replace(hash, "$1$2<a class='hash' href='https://skate.io/search?q=%23$3'>$3</a>");
|
return URI.withinString(text, callback).replace(hash, "$1<a class='hash' href='https://skate.io/search?q=%23$3'>$2$3</a>");
|
||||||
}
|
}
|
||||||
|
|
||||||
Core.prototype.parseForMedia = function(text, images) {
|
Core.prototype.parseForMedia = function(text, images) {
|
||||||
|
|
Reference in a new issue