diff options
author | Jesús <heckyel@hyperbola.info> | 2018-02-23 11:45:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-02-23 11:45:29 -0500 |
commit | d9968661ed9ca74a1687ff213620223fa72de181 (patch) | |
tree | 6b6dd00986ec5b77adb7a79768bb3b272633679f /content.php | |
parent | 95fb44c6e45b58f3c6a0321e7228bcfab3bad1de (diff) | |
download | lidra-theme-d9968661ed9ca74a1687ff213620223fa72de181.tar.lz lidra-theme-d9968661ed9ca74a1687ff213620223fa72de181.tar.xz lidra-theme-d9968661ed9ca74a1687ff213620223fa72de181.zip |
clean spaces in sintaxis
Diffstat (limited to 'content.php')
-rw-r--r-- | content.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content.php b/content.php index 9dafbe6..4cb5950 100644 --- a/content.php +++ b/content.php @@ -56,13 +56,13 @@ printf( '<p>' . __('No post', 'Lidra') . '</p>' ); endif; rewind_posts(); - printf (' + printf(' </div> <div class="row paginacion"> <div class="col-md-12"> <div class="pagination">'); if (function_exists('wp_pagenavi')) { wp_pagenavi(); } //wp_pagenavi(); - printf (' </div> + printf('</div> </div> </div> </section> |