NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Web] fixed helper text in DNS modal

Signed-off-by: Kristian Feldsam <[email protected]>

6ae8b616
Kristian Feldsam <[email protected]> 4 years, 9 months ago
data/web/templates/modals/mailbox.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/data/web/templates/modals/mailbox.twig b/data/web/templates/modals/mailbox.twig
index 026ab927..932779e2 100644
--- a/data/web/templates/modals/mailbox.twig
+++ b/data/web/templates/modals/mailbox.twig
@@ -810,7 +810,7 @@
       <div class="modal-body">
         <p>{{ lang.diagnostics.dns_records_24hours }}</p>
         <div class="dns-modal-body"></div>
-        <p>{{ lang.diagnostics.dns_records_docs }}</p>
+        <p>{{ lang.diagnostics.dns_records_docs|raw }}</p>
       </div>
     </div>
   </div>