gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: charset as firs


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: charset as first thing in head
Date: Mon, 24 Apr 2017 16:23:25 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 290677b  charset as first thing in head
290677b is described below

commit 290677b98abb76fe5b1e5b11a297b209407961d9
Author: Florian Dold <address@hidden>
AuthorDate: Mon Apr 24 16:23:21 2017 +0200

    charset as first thing in head
---
 src/background/background.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/background/background.html b/src/background/background.html
index 962542f..0535dd5 100644
--- 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>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]