mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
To make htmldoc working from wiki.dolibarr.org, the wiki must be modified to have
|
|
|
|
To disable part of content, add:
|
|
class="htmldoc-ignore"
|
|
with css
|
|
.htmldoc-ignore { display: none; }
|
|
|
|
Note:
|
|
$_SERVER["HTTP_USER_AGENT"] is "HTMLDOC/x.y.z"
|
|
$_COOKIE["htmldoc"] may also be defined if set on command line.
|