Procházet zdrojové kódy

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 před 11 roky
rodič
revize
5dd38fabfe
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      gitstats

+ 1
- 0
gitstats Zobrazit soubor

@@ -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>