-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem that env(doc-title) etc. doesn't work when used as a part…
… of the `content` property value list. `env(pub-title)` and `env(doc-title)` implemented in #512 had problem that it doesn't work when used as a part of the `content` property value list, e.g.: ``` content: env(doc-title) " (Page: " counter(page) ")" ; ``` Now, this works.
- Loading branch information
1 parent
a657251
commit b205b30
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters