Completed
Push — master ( 6f3751...ba7898 )
by Dimas
13:22
created
views/blogger/edit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.