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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien <dcosset@hotmail.fr>2016-01-15 14:37:15 +0300
committerDamien <dcosset@hotmail.fr>2016-01-15 14:37:15 +0300
commit772f0dc860b3ae3d5b12f0f17f6f4d86b1c718b7 (patch)
tree0ff86b77950701f97b2e86dfd60ab0961e5f0f65 /templates
parent84e495e8a10f65dab11f9b6dbae9ae2c5bbb3590 (diff)
Few changes according to #817
Changed some _ for - .
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.php b/templates/index.php
index cbf384d13..aed096ad9 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -43,8 +43,8 @@ if ($debug) {
</div>
</div>
<div id="app-content">
- <div id="mail_messages"></div>
+ <div id="mail-messages"></div>
<div id="setup" class="hidden" ></div>
<div id="mail-message" class="icon-loading hidden-mobile"></div>
</div>
-</div> \ No newline at end of file
+</div>