1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

- files_reader v1.1.4: fixes problem with unrar.js: fixes undefined

variables in templates (#58)
This commit is contained in:
frankdelange 2018-01-19 15:21:22 +01:00
parent 9e010ac4fc
commit 1fd8726135
6 changed files with 1710 additions and 13 deletions

View file

@ -12,7 +12,7 @@
$preferences = $_['preferences'];
$metadata = $_['metadata'];
$annotations = $_['annotations'];
$title = htmlentities(basename($dllink));
$title = htmlentities(basename($downloadLink));
$revision = '0047';
$version = \OCP\App::getAppVersion('files_reader') . '.' . $revision;
@ -34,7 +34,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<base href="<?php p($urlGenerator->linkTo('files_reader',''));?>">
<title>
<?php p($_['title']);?>
<?php p($title);?>
</title>
<link rel="shortcut icon" href="img/book.png">
<link rel="stylesheet" href="vendor/icomoon/style.css?v=<?php p($version) ?>">

View file

@ -34,7 +34,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<base href="<?php p($urlGenerator->linkTo('files_reader',''));?>">
<title>
<?php p($_['title']);?>
<?php p($title);?>
</title>
<link rel="shortcut icon" href="img/book.png">
<link rel="stylesheet" href="<?php p($urlGenerator->linkTo('files_reader', 'vendor/icomoon/style.css')) ?>?v=<?php p($version) ?>">