taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 290677b98abb76fe5b1e5b11a297b209407961d9
parent e57cc0560e182f5fbfa0f4e07c5932c02a76ce9c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 24 Apr 2017 16:23:21 +0200

charset as first thing in head

Diffstat:
Msrc/background/background.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/background/background.html b/src/background/background.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> <head> - <script src="../../dist/background-bundle.js"></script> <meta charset="UTF-8"> + <script src="../../dist/background-bundle.js"></script> <title>(wallet bg page)</title> </head> <body>