- Issue created by @Liam Morland
When header_max
is less than header_min
, the following message is generated:
Warning: DOMXPath::query(): Invalid expression in Drupal\toc_api\Toc->initialize() (line 236 of …/toc_api/src/Toc.php)
When header_max
is less than header_min
, set header_max
to equal header_min
. (Having min override max matches what CSS does for min-width
and max-width
.)
Agree on solution. Implement.
None except that no error is generated in this case.
None except that no error is generated in this case.
None.
Active
1.0
Code