|
@@ -40,7 +40,7 @@ |
|
|
block discarded – undo |
|
40
|
40
|
</ul> |
|
41
|
41
|
|
|
42
|
42
|
<div class="tab-content border" id="myTabContent"> |
|
43
|
|
- <div class="tab-pane fade show active" id="editor" role="tabpanel" aria-labelledby="editor-tab"><textarea id="body" name="body" class="form-control" cols="5"><?php echo isset($singlepost->content) ? htmlentities($singlepost->content) : 'Contet Empty'; ?></textarea></div> |
|
|
43
|
+ <div class="tab-pane fade show active" id="editor" role="tabpanel" aria-labelledby="editor-tab"><textarea id="body" name="body" class="form-control" cols="5"><?php echo isset($singlepost->content) ? htmlentities($singlepost->content) : 'Contet Empty'; ?></textarea></div> |
|
44
|
44
|
<div class="tab-pane fade" id="preview" role="tabpanel" aria-labelledby="preview-tab"><iframe id="FileFrame" src="about:blank" frameborder="0" width="100%"></iframe></div> |
|
45
|
45
|
</div> |
|
46
|
46
|
</div> |
Please login to merge, or discard this patch.