Coder Social home page Coder Social logo

xhtml render problem about plugin-blog HOT 5 CLOSED

riri avatar riri commented on August 16, 2024
xhtml render problem

from plugin-blog.

Comments (5)

Sandokan avatar Sandokan commented on August 16, 2024

The bug is still present, sadly. I wasted a few hours on it.
The fix I ended up with is changing line 155 of blog.php from:
if ($clevel) $renderer->doc .= '

'.DOKU_LF;
to:
if ($clevel) $renderer->doc .= '
'.DOKU_LF;
in so doing closing the excess level opening. Though it should be noted I have no idea if this is a proper fix, but it currently suffices for me. :-)

This should definately be regarded as a bug, since the plugin tries to handle leveling gracefully.

from plugin-blog.

chimeric avatar chimeric commented on August 16, 2024

Could you please download and try the latest include plugin git master:

http://github.com/dokufreaks/plugin-include/archives/master

from plugin-blog.

Sandokan avatar Sandokan commented on August 16, 2024

Don't have dokuwiki anymore, switched back to Mediawiki.

from plugin-blog.

riri avatar riri commented on August 16, 2024

got it, I still have the problem with a template (dokutouch), but with the default one and another far less modified, it seems good.

But now, I'm not sure I'll use the blog/include/pagelist/tag/... anymore, as blogtng is going to stable (not tried since a long time, but there's good feedback).

For my part, I'll stay in touch with dokuwiki :)

from plugin-blog.

 avatar commented on August 16, 2024

Okay, cool I'll close this issue then!

from plugin-blog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.