citrun

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

commit 398be1611f5422b1058f3a544b2f7febae548dea
parent d257275574c83b925a3e0a0d43ef1c20575325d5
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon,  4 Apr 2016 18:48:36 -0600

www: try once more for charset

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

diff --git a/www/index.html b/www/index.html @@ -2,7 +2,7 @@ <html> <head> - <meta charset="UTF-8"> + <meta name="charset" content="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." />