Skip to content
Snippets Groups Projects
Commit 80c4e9e4 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #1555 from LarsGit223/master

Added getter function getLastlevel() in Doku_Renderer_xhtml.
parents a65fd84b cea664bd
No related branches found
No related tags found
No related merge requests found
......@@ -1422,6 +1422,16 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
$this->doc .= '</td>';
}
/**
* Returns the current header level.
* (required e.g. by the filelist plugin)
*
* @return int The current header level
*/
function getLastlevel() {
return $this->lastlevel;
}
#region Utility functions
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment