forked from mirror/_s
Merge pull request #330 from aahan/patch-2
_s: Removed extra indentation on div#comments to align with closing element.
This commit is contained in:
commit
ea31bd462d
|
@ -19,7 +19,7 @@ if ( post_password_required() )
|
|||
return;
|
||||
?>
|
||||
|
||||
<div id="comments" class="comments-area">
|
||||
<div id="comments" class="comments-area">
|
||||
|
||||
<?php // You can start editing here -- including this comment! ?>
|
||||
|
||||
|
|
Reference in New Issue