Przeglądaj źródła

Added HTML header meta tag so that author names will be shown correctly also when the file is opened in a browser.

Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
Jani Hur 11 lat temu
rodzic
commit
5dd38fabfe
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      gitstats

+ 1
- 0
gitstats Wyświetl plik

@@ -1380,6 +1380,7 @@ plot """
1380 1380
 	<title>GitStats - %s</title>
1381 1381
 	<link rel="stylesheet" href="%s" type="text/css" />
1382 1382
 	<meta name="generator" content="GitStats %s" />
1383
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1383 1384
 	<script type="text/javascript" src="sortable.js"></script>
1384 1385
 </head>
1385 1386
 <body>