diff options
author | friendica <info@friendica.com> | 2012-04-13 06:02:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-13 06:02:18 -0700 |
commit | 11ba88b6d21a40c302d21646dfa9366bb393931d (patch) | |
tree | feddc7956054f7966e2f4ebd4231df20e9e31fee /view/admin_plugins_details.tpl | |
parent | df1904b204a969780609cac64bbb1a03a8dd3fcb (diff) | |
parent | f6e1ddf7fbcc122f5122336650e1cfaa71aed8e3 (diff) | |
download | volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.tar.gz volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.tar.bz2 volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.zip |
Merge pull request #230 from fabrixxm/master
some work, mainly on quattro
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 }} |