summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/mime/pdf/view.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/mime/pdf/view.tpl b/templates/mime/pdf/view.tpl
index 3a41427..39249a5 100755
--- a/templates/mime/pdf/view.tpl
+++ b/templates/mime/pdf/view.tpl
@@ -1,7 +1,6 @@
{strip}
{if !empty($attachment.source_file)}
- <iframe src="{$smarty.const.THEMES_PKG_URL}js/pdfjs-5.2.133/web/viewer.html?file={$smarty.const.BIT_ROOT_URI}{$attachment.source_url}?zoom=page-width
- {if !empty($highlight)}#search={$highlight|escape}{/if}" width="100%" height="600px"></iframe>
+ <iframe src="{$smarty.const.THEMES_PKG_URL}js/pdfjs-5.2.133/web/viewer.html?file={$smarty.const.BIT_ROOT_URI}{$attachment.source_url}#zoom=page-width{if !empty($highlight)}&amp;search={$highlight|escape}{/if}" width="100%" height="600px"></iframe>
{include file="bitpackage:liberty/mime_meta_inc.tpl"}
{else}
{include file=$gLibertySystem->getMimeTemplate('view', $smarty.const.LIBERTY_DEFAULT_MIME_HANDLER)}