Skip to content

Commit

Permalink
Merge pull request #832 from arXiv/ARXIVCE-3083-list-title-support-sp…
Browse files Browse the repository at this point in the history
…ecial-characters

titles in lists can display special characters
  • Loading branch information
kyokukou authored Feb 7, 2025
2 parents f2adb5a + cd64b7f commit f4bf7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browse/templates/list/list_macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3>{{heading}}</h3>
<dd>
<div class='meta'>
<div class='list-title mathjax'><span class='descriptor'>Title:</span>
{{article.title}}
{{article.title|tex2utf}}
</div>
<div class='list-authors'>
{{- do_author_list( article ) -}}
Expand Down

0 comments on commit f4bf7db

Please sign in to comment.