citrun

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

commit f67c2309c22775fe79a8e22034a736107193609c
parent 01ed05843acfd1008b8c453a3f33ae83306c2339
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  3 Apr 2016 09:19:48 -0600

www: don't nest <pre> inside <p> either

Diffstat:
Mwww/index.html | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -63,13 +63,13 @@ <li>freeglut and glew <li>DejaVu Sans Mono </ul> - <p> - Once that is done the build requirements have been met. + <p> Once that is done the build requirements have been met. Get and unpack the source tree, change directory to the root and jam: + </p> <pre> <span class="prompt">$</span> jam</pre> - It wouldn't be stupid to run the integration tests either: - <pre> <span class="prompt">$</span> prove</pre> + <p> It wouldn't be stupid to run the integration tests either: </p> + <pre> <span class="prompt">$</span> prove</pre> </div> </body>