Skip to content

Commit 1cc12a3

Browse files
committed
fix
1 parent 9d767b3 commit 1cc12a3

File tree

1 file changed

+1
-2
lines changed
  • src/main/resources/embedding/assets

1 file changed

+1
-2
lines changed

src/main/resources/embedding/assets/entry.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ $(function(){
55
"<style>.prettyprint ol{word-wrap:normal;} .prettyprint ol.linenums > li {list-style-type:decimal;}</style>",
66
"<div class='panel panel-default'>",
77
"<div class='panel-heading' style='font-size:12px; padding:5px; padding-left:15px;'>",
8-
"<span><b><a href="+ url + ">" + repo + "/" + filename + "</a></b></span>",
9-
"<br>",
8+
"<span><b><a href="+ url + ">" + repo + "/" + filename + "</a></b></span><br>",
109
"<span style='color: gray'>Lines " + lineStartNum + " to " + lineEndNum + " in </span>",
1110
"<span style='font-size:11px;'><a href=" + commitUrl + ">" + commit + "</a></span>",
1211
"</div>",

0 commit comments

Comments
 (0)