diff --git a/htdocs/public/index.php b/htdocs/public/index.php
index af9a6f5734f26331ef05639a7e4e08f7ee0b8755..9c54b6010594181d85d73ab9a0cf0b64d94abd67 100755
--- a/htdocs/public/index.php
+++ b/htdocs/public/index.php
@@ -315,7 +315,9 @@
                         <?php if ($view) : ?>
                             <?php include($view); ?>
 			<?php else: ?>
-                            <?php include(ROOT . '/public/views/about.php'); ?>
+                            <div id="td-modal-content-nojs">
+                                <?php include(ROOT . '/public/views/about.php'); ?>
+                            </div>
                         <?php endif; ?>
                     </div>
                 </div>