mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
fix in blog links
This commit is contained in:
@@ -64,7 +64,9 @@ var blog = {
|
|||||||
b.comment_text = '1 comment.'
|
b.comment_text = '1 comment.'
|
||||||
} else {
|
} else {
|
||||||
b.comment_text = b.comments + ' comments.'
|
b.comment_text = b.comments + ' comments.'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
b.page_name = encodeURIComponent(b.page_name);
|
||||||
|
|
||||||
$(repl('<div class="row">\
|
$(repl('<div class="row">\
|
||||||
<div class="span1">\
|
<div class="span1">\
|
||||||
|
|||||||
Reference in New Issue
Block a user