diff options
Diffstat (limited to 'logger-ui.html')
-rw-r--r-- | logger-ui.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logger-ui.html b/logger-ui.html index 8e943a9..482ae78 100644 --- a/logger-ui.html +++ b/logger-ui.html @@ -24,10 +24,10 @@ uMatrix Home: https://github.com/gorhill/uMatrix --> <meta name="viewport" content="width=device-width, initial-scale=1"> + <title data-i18n="loggerPageName"></title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link rel="stylesheet" type="text/css" href="css/logger-ui.css"> <link rel="shortcut icon" type="image/png" href="img/icon_16.png"> - <title data-i18n="loggerPageName"></title> </head> <body class="compactView f"> |