diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-02-22 01:21:00 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-02-22 01:21:00 -0500 |
| commit | ccd0ddba1df405b6560821903bfa820bf4c54d10 (patch) | |
| tree | 19d0e048613cb7227deaadcf682a047db06f049a /template/fame.st | |
| parent | 663766fb5e0b53c465f5277ea561cca1399521ed (diff) | |
add updating fav counts
Diffstat (limited to 'template/fame.st')
| -rw-r--r-- | template/fame.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/fame.st b/template/fame.st index df030d3..d773447 100644 --- a/template/fame.st +++ b/template/fame.st @@ -17,7 +17,7 @@ <div id="messageList"> $if(dumps)$ <span class="content"> - $dumps: { d | $fame_dump(dump=d)$ }$ + $dumps: { dump | $fame_dump()$ }$ </span> $else$ No dumps! |
