Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-05-06 13:11:26 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-05-06 13:11:26 +0300
commit59e76ebcb3eeb1622214706fdf8318b06f89dc43 (patch)
tree1a2d1263c6df766a3ef937d63bdf66192443184f /appinfo
parentc4e8311d5b24a6da1c2407ef61c9598810197cae (diff)
Use correct CSS URL, remove default marked settings and change to GFM rendering
* improves the list rendering for system report (see app list) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 756ac67..ecbadbb 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -19,5 +19,5 @@ if (\OC::$server->getUserSession()->isLoggedIn()) {
$eventDispatcher->addListener('OCA\Files_Sharing::loadAdditionalScripts', function () {
OC_Util::addVendorScript('core', 'marked/marked.min');
OCP\Util::addScript('files_texteditor', 'public-share');
- OCP\Util::addStyle('files_texteditor', '../build/public-share');
+ OCP\Util::addStyle('files_texteditor', 'public-share');
});