Merge branch 'feature/open_in_new_tab' into dev
This commit is contained in:
commit
8d5ac2c8dc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
{{ end }}
|
||||
</td>
|
||||
<td style="padding-left: 20px">
|
||||
<a href="{{ .a }}">{{.word}}</a>
|
||||
<a href="{{ .a }}" target="_blank" rel="noopener noreferrer">{{.word}}</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue