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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-11 12:36:57 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-11 12:36:57 +0300
commit1e159cc03d16ec4e0f755e25a9d36a9d0cde30a2 (patch)
tree7f47f47fa9713b941f3ca58d36c1a551fb014d88 /templates/main.php
parentce74e603cdffaa422651cfdc3ce47d9c58d98dc4 (diff)
Fix menububble style
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index 77a116127..5b7e8b4a7 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,6 +1,6 @@
<?php
-script('text', 'type');
-style('text', 'style');
+script('text', 'text');
+style('text', 'icons');
?>
<div id="app-content">
<div id="maineditor"></div>