nodebb-theme-lavender
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "nodebb-theme-lavender", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Lavender Theme for NodeBB", | ||
@@ -5,0 +5,0 @@ "main": "theme.less", |
@@ -39,3 +39,3 @@ $('document').ready(function() { | ||
'<span> posted in </span>' + | ||
'<a href="' + RELATIVE_PATH + '/topic/' + posts[i].slug + '#' + posts[i].teaser_pid + '" >"' + posts[i].title + '"</a>' + | ||
'"<a href="' + RELATIVE_PATH + '/topic/' + posts[i].slug + '#' + posts[i].teaser_pid + '" >' + posts[i].title + '</a>"' + | ||
'</p>'+ | ||
@@ -42,0 +42,0 @@ '<span class="pull-right">'+ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
325698