Browse Source

fixes bug #148 - http://tracim.org/workspaces/4/folders/5/threads/148

Damien ACCORSI 9 years ago
parent
commit
5b7336cadd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/templates/page/forms.mak

+ 1 - 1
tracim/tracim/templates/page/forms.mak View File

@@ -18,7 +18,7 @@
18 18
 
19 19
                 <div class="form-group">
20 20
                     <label for="page-content">${_('Content')}</label>
21
-                    <iframe id="page-content-textarea" name="content" class="form-control pod-rich-textarea" id="page-content" placeholder="${_('Write here the page content')}"></iframe>
21
+                    <textarea id="page-content-textarea" name="content" class="form-control pod-rich-textarea" id="page-content" placeholder="${_('Write here the page content')}"></textarea>
22 22
                 </div>
23 23
             </div>
24 24
             <div class="modal-footer">