diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st index 7522e8a..118a172 100755 --- a/template/profile.st +++ b/template/profile.st @@ -104,7 +104,7 @@ jQuery(document).ready(function() { </div> <div id="dashpix"> <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a> - <div id="mostrecentdumps"> + <div id="mostrecenthumps"> $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ </div> <div id="likebutton"> |
