diff options
author | Michael Vogel <icarus@dabo.de> | 2012-04-14 13:15:25 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-04-14 13:15:25 +0200 |
commit | 4e220ec391514fbdeaa7d64abfd1752a9b44bbaa (patch) | |
tree | 1cb3cb621221e948be9e0e91916aac0dd6fccb0e /view/admin_plugins_details.tpl | |
parent | 572678fef95816deaa1ecafe5cbcfb8cc65963c9 (diff) | |
parent | 0d869ceb65badbd4d80dd0d5cf2d631bca7f5b9e (diff) | |
download | volse-hubzilla-4e220ec391514fbdeaa7d64abfd1752a9b44bbaa.tar.gz volse-hubzilla-4e220ec391514fbdeaa7d64abfd1752a9b44bbaa.tar.bz2 volse-hubzilla-4e220ec391514fbdeaa7d64abfd1752a9b44bbaa.zip |
Merge commit 'upstream/master'
Diffstat (limited to 'view/admin_plugins_details.tpl')
-rw-r--r-- | view/admin_plugins_details.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl index cbaef2d66..aaa366f65 100644 --- a/view/admin_plugins_details.tpl +++ b/view/admin_plugins_details.tpl @@ -17,7 +17,7 @@ </p> {{ if $screenshot }} - <a href="$screenshot.0" ><img src="$screenshot.0" width="320" height="240" alt="$screenshot.1" /></a> + <a href="$screenshot.0" class='screenshot'><img src="$screenshot.0" alt="$screenshot.1" /></a> {{ endif }} {{ if $admin_form }} |