citrun

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

commit c4fd9b83ad068ea81ef3f89c7c48ef4bb2251d1b
parent 2b40fbd1ba9cdc46f276b08d9f66e6570dcad624
Author: kyle <kyle@0x30.net>
Date:   Sat, 12 Nov 2016 12:58:23 -0700

www: use self closing <img> tag

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

diff --git a/www/index.html b/www/index.html @@ -21,7 +21,7 @@ can be easily identified and that execution flow can be summarized at a glance. <p> - <img class="screenshot" src="citrun-term.png" alt="screenshot of citrun-term" ></img> + <img class="screenshot" src="citrun-term.png" alt="screenshot of citrun-term"/> <p> The C/C++ programming languages are supported on UNIX like systems. </p>