Skip to content

Commit

Permalink
publication_list: <br/> --> <br>
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Feb 15, 2016
1 parent cf78680 commit 99ea083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/publication_list/publication_list.py
Expand Up @@ -117,7 +117,7 @@ def run(self):
extra_links += '[<a href="{}">full text</a>] '.format(entry.fields['fulltext'])

if extra_links or detail_page_dir:
html += '<br/>'
html += '<br>'
html += extra_links

if detail_page_dir: # render the details page of a paper
Expand Down

0 comments on commit 99ea083

Please sign in to comment.