mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Revert "doc: Replace whitespaces with - for section IDs"
This reverts commit 82d36e11cc7cf53f699730e5d5b97a83af5a95de.
This commit is contained in:
parent
6168828878
commit
42112b28c5
@ -88,14 +88,6 @@ class DocSection extends TreeNode
|
|||||||
return $this->content;
|
return $this->content;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public function setId($id)
|
|
||||||
{
|
|
||||||
return parent::setId(str_replace(' ', '-', (string) $id));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the header level
|
* Set the header level
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user