citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit d257275574c83b925a3e0a0d43ef1c20575325d5
parent ac766bb2dd530df0a5575c96665bf3bce8219663
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon,  4 Apr 2016 18:46:16 -0600

www: dont use http-equiv

Diffstat:
Mwww/index.html | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -2,8 +2,7 @@ <html> <head> - <meta charset="utf-8" /> - <meta http-equiv="Content-Type" content="text/html" /> + <meta charset="UTF-8"> <meta name="viewport" content="width=device-width" /> <meta name="description" content="C It Run is a suite of tools that lets you watch your source code execute." />