From 5ca064b40187df5658fd3bece0b95e619494add4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 17 Oct 2022 16:31:01 -0700 Subject: Fix typo introduced by recent commit in styles.html. --- data/templates/styles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates') 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$ -- cgit v1.2.3