Completed
Push — master ( 046386...cb6324 )
by Dimas
08:22
created
views/blogger/edit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
   <form action="" method="post">
28 28
     <div class="form-group mb-2"><label for="">Title</label><input type="text" class="form-control" id="title" value="<?= (isset($singlepost->title) ? $singlepost->title : "") ?>" name="title"></div>
29 29
 
30
-    <div class="form-group mb-2"><label for="">Content</label><textarea id="body" name="body" class="form-control" cols="5"><?php echo isset($singlepost->content) ? $singlepost->content : '';  ?></textarea></div>
30
+    <div class="form-group mb-2"><label for="">Content</label><textarea id="body" name="body" class="form-control" cols="5"><?php echo isset($singlepost->content) ? $singlepost->content : ''; ?></textarea></div>
31 31
 
32 32
     <div class="form-group mb-2">
33 33
       <label for="">Label</label>
Please login to merge, or discard this patch.