Skip to content

Commit

Permalink
The "Activity by Author" failed to load for users with dots in their …
Browse files Browse the repository at this point in the history
…names.

Fixes #29.
  • Loading branch information
mrjbq7 committed Feb 17, 2011
1 parent c79d5ce commit 66579f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracstats/templates/code.html
Expand Up @@ -253,7 +253,7 @@ <h2>Activity by author</h2>
{
var values = [<py:for each="week in stat.weeks">${week.total}<py:if
test="week != stat.weeks[-1]">,</py:if></py:for>];
$("#${stat.name}weeks").sparkline(values, {
$("[id=${stat.name}weeks]").sparkline(values, {
type: "bar",
barColor: "lightgray",
barWidth: 7,
Expand Down

0 comments on commit 66579f4

Please sign in to comment.