aboutsummaryrefslogtreecommitdiffstats
path: root/src/1p-filters.html
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2014-10-21 16:45:54 +0200
committerDeathamns <deathamns@gmail.com>2014-11-09 17:40:40 +0100
commit6d49ef0dac78eef45a6b5bbfc5abe52ff193587f (patch)
tree39c2fb6f8360fb6894f557cb2741e1b23108c9cd /src/1p-filters.html
parent86222cb3687b755b80b4c5c6acc6b04eb19aad3c (diff)
downloaduBlock-6d49ef0dac78eef45a6b5bbfc5abe52ff193587f.zip
uBlock-6d49ef0dac78eef45a6b5bbfc5abe52ff193587f.tar.gz
uBlock-6d49ef0dac78eef45a6b5bbfc5abe52ff193587f.tar.bz2
Avoid using Chrome's @@bidi_* type i18n messages
... for the sake of portability. When including vapi-common.js in an HTML file, then the body element there will have a "dir" attribute filled with the current locale's direction (ltr or rtl). The following languages are considered right-to-left: ar, he, fa, ps, ur. Everything else is left-to-right. After the "dir" attribute is set, we can decide in CSS which elements should have different styling for rtl languages (e.g., body[dir=rtl] #id).
Diffstat (limited to 'src/1p-filters.html')
-rw-r--r--src/1p-filters.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/1p-filters.html b/src/1p-filters.html
index 957b3d8..7c959d0 100644
--- a/src/1p-filters.html
+++ b/src/1p-filters.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta charset="utf-8">
<title>µBlock — Your filters</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">