mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
fixes the last commit
This commit is contained in:
parent
4638b0847b
commit
8400b6621a
1 changed files with 1 additions and 1 deletions
2
h-m-m
2
h-m-m
|
|
@ -3365,7 +3365,7 @@ function display(&$mm, $force_center = false)
|
|||
;
|
||||
|
||||
$x2
|
||||
= mb_strlen($mm['nodes'][ $mm['active_node'] ]['title'])
|
||||
= $mm['nodes'][ $mm['active_node'] ]['w']
|
||||
+ $x1
|
||||
+ 2
|
||||
- ($mm['active_node']==0 && left_padding==0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue