Skip to content

Commit

Permalink
_blank for pic links
Browse files Browse the repository at this point in the history
doh
  • Loading branch information
Nimrod S. Kerrett committed Mar 25, 2012
1 parent e61c5ab commit ffdec88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/default.ezt
Expand Up @@ -22,7 +22,7 @@
[if-any pictures]
<p>
[for pictures]
<a href="[pictures.href]"><img border="0" height="128" src="[pictures.href]"></a>
<a target="_blank" href="[pictures.href]"><img border="0" height="128" src="[pictures.href]"></a>
[end]
</p>
[end]
Expand Down
2 changes: 1 addition & 1 deletion templates/default_complex.ezt
Expand Up @@ -24,7 +24,7 @@
[if-any pictures]
<p>
[for pictures]
<a href="[pictures.href]"><img border="0" height="128" src="[pictures.href]"></a>
<a target="_blank" href="[pictures.href]"><img border="0" height="128" src="[pictures.href]"></a>
[end]
</p>
[end]
Expand Down

0 comments on commit ffdec88

Please sign in to comment.