diff options
| author | John MacFarlane <[email protected]> | 2022-10-17 16:31:01 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-17 16:31:01 -0700 |
| commit | 5ca064b40187df5658fd3bece0b95e619494add4 (patch) | |
| tree | c268e1a6ff5337c2ddc38218acd06b770bc8ab52 | |
| parent | 1e7b57e1e888575ec772fa30381a9edc9577a406 (diff) | |
Fix typo introduced by recent commit in styles.html.
| -rw-r--r-- | data/templates/styles.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html index 36f7063c5..f00bb25ac 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -182,5 +182,5 @@ $if(highlighting-css)$ $highlighting-css$ $endif$ $if(csl-css)$ -$style.citations.html()$ +$styles.citations.html()$ $endif$ |
