mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-02-22 10:12:47 +01:00
Merge pull request #5 from lxsang/master
external link should be opened in a new tab
This commit is contained in:
commit
396f1950dc
@ -65,7 +65,7 @@ local elinks = __main__:get("elinks")
|
||||
if elinks then
|
||||
for k,v in ipairs(elinks) do
|
||||
?>
|
||||
<a class = "x-link" href ="<?=v.url?>">
|
||||
<a class = "x-link" target="_blank" href ="<?=v.url?>">
|
||||
<?=v.name?>
|
||||
</a>
|
||||
<?lua
|
||||
|
Loading…
x
Reference in New Issue
Block a user