Skip to content

Commit

Permalink
Fix small UI error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwarden committed Aug 16, 2023
1 parent 2a9e772 commit 42381e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/scorePlot.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function prepareScorePlotData(dataPoints, startTime, endTime) {

// p[1] rounded to two decimal places
results[i] = [i, p[1], p[2],
+ "<span class='story-title'>\n" + p[3] + "</span>\n"
"<span class='story-title'>\n" + p[3] + "</span>\n"
+ "<span style='margin-left: 1px;' class='upvoterate'>×" + upvoteRateString + "</span>\n"

+ "<span style='margin-left: 1px;' class='vote " + voteType + "d'>\n"
Expand Down

0 comments on commit 42381e0

Please sign in to comment.