aboutsummaryrefslogtreecommitdiffstats
path: root/content-page.php
diff options
context:
space:
mode:
Diffstat (limited to 'content-page.php')
-rw-r--r--content-page.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/content-page.php b/content-page.php
index 1fcaed9..2b07f04 100644
--- a/content-page.php
+++ b/content-page.php
@@ -36,11 +36,9 @@ printf ( '<div class="main col-md-8">
//get_the_content()
//the_category()
);
- printf(' <div class="texto">
- <div>');
+ printf(' <div class="texto">');
the_content();
- printf(' </div>
- </div>
+ printf(' </div>
</article>
</div>
</div>'