diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-13 19:53:28 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-13 19:53:28 -0500 |
commit | 0a833c2b407d62cf7c768e10f8bc9e44b945d9fc (patch) | |
tree | 1e7b44ada3b426b07147544ef2fb7c8677079055 /content-page.php | |
parent | d6d768e3718d5dcb848a68a0fb4c862ace740c6e (diff) | |
download | lidra-theme-0a833c2b407d62cf7c768e10f8bc9e44b945d9fc.tar.lz lidra-theme-0a833c2b407d62cf7c768e10f8bc9e44b945d9fc.tar.xz lidra-theme-0a833c2b407d62cf7c768e10f8bc9e44b945d9fc.zip |
Corrige compatibilidad con LibreVideoJS
Diffstat (limited to 'content-page.php')
-rw-r--r-- | content-page.php | 6 |
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>' |