Commit b60c4c6f authored by Liang Ding's avatar Liang Ding

🎨 Fix #12759

parent 82d72a33
...@@ -179,7 +179,7 @@ public class PageMgmtService { ...@@ -179,7 +179,7 @@ public class PageMgmtService {
stat = stat.replace("{hp}", hp); stat = stat.replace("{hp}", hp);
} }
stat += "</span>"; stat += "</span>";
contentBuilder.append("### [" + (i + 1) + ". " + name + "](" + url + ") <kbd title=\"主要编程语言\">" + lang + "</kbd> " + stat + "\n\n" + desc + "\n\n"); contentBuilder.append("### " + (i + 1) + ". [" + name + "](" + url + ") <kbd title=\"主要编程语言\">" + lang + "</kbd> " + stat + "\n\n" + desc + "\n\n");
if (i < gitHubRepos.length() - 1) { if (i < gitHubRepos.length() - 1) {
contentBuilder.append("\n\n---\n\n"); contentBuilder.append("\n\n---\n\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment