diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-03 21:03:39 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-03 21:03:39 -0400 |
| commit | 622122468f565bfb1c52245affd07413c6aecca6 (patch) | |
| tree | ddeb6cd30be6698ef0fcf539dc9920fe19e1cf7f /template/profile.st | |
| parent | 5215fa49a2c64d7c015e638f72bd7c4b280b0beb (diff) | |
sostler prod commit
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st index 4aa1f63..8d8a019 100644 --- a/template/profile.st +++ b/template/profile.st @@ -80,7 +80,7 @@ <div id="dashpix"> <a href="http://dump.fm/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> <div id="mostrecentdumps"> - $imgs: { img | <img src="$img$"></img> }$ + $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ </div> <div id="likebutton"> <iframe src="http://www.facebook.com/widgets/like.php?href=http://dump.fm/$nick$" |
