mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 16:24:43 +03:00
Fix comment
This commit is contained in:
parent
ace1423a13
commit
fb35d4fff9
@ -41,7 +41,7 @@
|
|||||||
/**
|
/**
|
||||||
* Register 'urlReplace' Handlebars helper.
|
* Register 'urlReplace' Handlebars helper.
|
||||||
*
|
*
|
||||||
* This helper serch URLs and replace them by 'a' tag
|
* This helper seeks URLs and replaces them by 'a' tag
|
||||||
*/
|
*/
|
||||||
Handlebars.registerHelper('urlReplace', function(text) {
|
Handlebars.registerHelper('urlReplace', function(text) {
|
||||||
return new Handlebars.SafeString(
|
return new Handlebars.SafeString(
|
||||||
|
Loading…
Reference in New Issue
Block a user