diff --git a/templates/widget/tagcloud.html b/templates/widget/tagcloud.html
index 42c26c8..7c97c0f 100644
--- a/templates/widget/tagcloud.html
+++ b/templates/widget/tagcloud.html
@@ -8,7 +8,7 @@
暂无标签
@@ -19,4 +19,4 @@
th:with="size = ${#strings.length(tag.spec.displayName) + #strings.length(tag.spec.slug) + tag.postCount}"
th:style="'font-size: ' + ${size < 14 ? 14 : size > 32 ? 32 : size} + 'px;' + ${(enableTagsColor && tag.spec.color != '#ffffff')? 'color: ' + tag.spec.color +';' : ''}">
-
\ No newline at end of file
+