Skip to content

Commit

Permalink
removed whitespace (mdolr#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhekova committed Oct 8, 2020
1 parent e05eae5 commit 2f4df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/templates/wikipedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class WikipediaHover {

let title = document.createElement('h1');
title.appendChild(document.createTextNode(res.data.displaytitle.replace(/<\/?i>/g, '')));

let textContainer = document.createElement('div');
textContainer.className = 'survol-wikipedia-text';

Expand Down

0 comments on commit 2f4df0e

Please sign in to comment.