From 28ae29a28c5f6d91a53d2bfb499ea1dac91bb584 Mon Sep 17 00:00:00 2001 From: Paul Barrett Date: Tue, 19 Jan 2010 17:01:25 +0200 Subject: [PATCH] Remove invalid link from thumbnail back to document page when Instant View disabled --- plugins/thumbnails/templates/thumbnail_viewlet.smarty | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/plugins/thumbnails/templates/thumbnail_viewlet.smarty b/plugins/thumbnails/templates/thumbnail_viewlet.smarty index de6b230..b618314 100755 --- a/plugins/thumbnails/templates/thumbnail_viewlet.smarty +++ b/plugins/thumbnails/templates/thumbnail_viewlet.smarty @@ -13,14 +13,16 @@
+
{else} - - - {/if} - - {if $url} - + {if $url} + + + + {else} + + {/if} {/if} \ No newline at end of file -- libgit2 0.21.4