Revert "doc: Replace whitespaces with - for section IDs"
This reverts commit 82d36e11cc
.
This commit is contained in:
parent
6168828878
commit
42112b28c5
|
@ -88,14 +88,6 @@ class DocSection extends TreeNode
|
|||
return $this->content;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function setId($id)
|
||||
{
|
||||
return parent::setId(str_replace(' ', '-', (string) $id));
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the header level
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue