diff options
Diffstat (limited to 'content-single.php')
-rw-r--r-- | content-single.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/content-single.php b/content-single.php index e59a287..00ee91a 100644 --- a/content-single.php +++ b/content-single.php @@ -38,11 +38,9 @@ printf (' //get_the_content() //the_category() ); - printf(' <div class="texto"> - <div>'); + printf(' <div class="texto">'); the_content(); - printf(' </div> - </div> + printf(' </div> </article> </div> </div>' |