diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-12 17:09:58 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-12 17:09:58 +0100 |
| commit | de2eefcb81c27286a54ce208ae3e3413dca9e734 (patch) | |
| tree | c91bde08a5463e42cd04c6a332c164d3962daa08 /scraper/util.py | |
| parent | 55511a965fd9fcffdc314cf4e277d0d0682dc12e (diff) | |
update citations
Diffstat (limited to 'scraper/util.py')
| -rw-r--r-- | scraper/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/util.py b/scraper/util.py index 788caa3f..2d7c2ccb 100644 --- a/scraper/util.py +++ b/scraper/util.py @@ -112,7 +112,7 @@ class LinkLine(object): self.txt = txt.strip() def __str__(self): if self.href: - return '<a href="{}">{}</a>'.format(self.href, self.txt) + return '<a href="{}" target="_blank">{}</a>'.format(self.href, self.txt) else: return '<span class="gray">{}</a>'.format(self.txt) |
