diff options
-rw-r--r-- | themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/footer.ut | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/footer.ut b/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/footer.ut index 6031724053..a9dd0f939e 100644 --- a/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/footer.ut +++ b/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/footer.ut @@ -3,10 +3,10 @@ <footer> <span> Powered by - <a href="https://github.com/openwrt/luci"> + <a href="https://github.com/openwrt/luci" target="_blank" rel="noreferrer"> {{ version.luciname }} ({{ version.luciversion }})</a> / - <a href="{{ entityencode(version.disturl ?? '#', true) }}"> + <a href="{{ entityencode(version.disturl ?? '#', true) }}" target="_blank" rel="noreferrer"> {{ version.distname }} {{ version.distversion }} ({{ version.distrevision }})</a> {% if (lua_active): %} / {{ _('Lua compatibility mode active') }} |