diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/pug/finals/index.pug | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 4e4c1e5..efb7b38 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -107,7 +107,7 @@ block content  					if attributes.pages  						- attributes.pages = attributes.pages.replace('-', '–')  						if attributes.journal -							| . !{attributes.pages} +							| :!{attributes.pages}  						else  							| , !{attributes.pages}  					| . | 
