diff options
Diffstat (limited to 'views/stats.pug')
-rw-r--r-- | views/stats.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/stats.pug b/views/stats.pug index 4d275b0..6c8a268 100644 --- a/views/stats.pug +++ b/views/stats.pug @@ -20,7 +20,7 @@ html thead tr th - a(href="/"+row.title_id)= row.title_name + a.black(href="/"+row.title_id)= row.title_name unless row.scenario === "Standard" | – #{row.scenario} th= row.total |