|
@ -90,9 +90,7 @@
|
90
|
90
|
<h4 class="modal-title" id="myModalLabel">编辑</h4>
|
91
|
91
|
</div>
|
92
|
92
|
<div class="modal-body">
|
93
|
|
<div class="editor-content" id="mdeditor" style="height: 70%;">
|
94
|
|
<?php echo $text;?>
|
95
|
|
</div>
|
|
93
|
<div class="editor-content" id="mdeditor" style="height: 70%;"><?php echo $text;?></div>
|
96
|
94
|
<!-- <textarea class="form-control" rows="20" style="resize:vertical" id="mdeditor" name="mdeditor"><?php echo $text;?></textarea> -->
|
97
|
95
|
<!-- begin code -->
|
98
|
96
|
<!-- <textarea class="form-control" id="mdeditor" name="mdeditor"><?php echo $text;?></textarea> -->
|