diff options
author | Nils <git@velohero.com> | 2016-11-06 19:56:23 +0100 |
---|---|---|
committer | Nils <git@velohero.com> | 2016-11-06 19:56:23 +0100 |
commit | 73c51e54a2a74a2e0a062250bff64ce95ec5ebbb (patch) | |
tree | 72b02e67077290748c15457b245d7fdbf17695ef /gallery.sh | |
parent | 8abd528bb3e23704028b49353d614a8affea3f8d (diff) |
small fix for mobile
Diffstat (limited to 'gallery.sh')
-rwxr-xr-x | gallery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ EOF </div> <div class="row"> <div class="col-xs-12"> - <p><a class="btn btn-info btn-lg" href="../$filename">$downloadicon Download Original Image File ($filesize)</a></p> + <p><a class="btn btn-info btn-lg" href="../$filename">$downloadicon Download Original ($filesize)</a></p> </div> </div> EOF |