huwhois 3 anos atrás
pai
commit
934dcb0758
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1 3
      public/html/index.html

+ 1 - 3
public/html/index.html

@ -123,9 +123,7 @@
123 123
                    <h4 class="modal-title" id="myModalLabel">编辑</h4>
124 124
                </div>
125 125
                <div class="modal-body">
126
                    <div class="editor-content" id="mdeditor" style="height: 70%;">
127
                        <?php echo $text;?>
128
                    </div>
126
                    <div class="editor-content" id="mdeditor" style="height: 70%;"><?php echo $text;?></div>
129 127
                    <!-- <textarea class="form-control" rows="20" style="resize:vertical" id="mdeditor" name="mdeditor"><?php echo $text;?></textarea> -->
130 128
                    <!-- begin code -->
131 129
                    <!-- <textarea class="form-control" id="mdeditor" name="mdeditor"><?php echo $text;?></textarea> -->