Skip to content

Commit

Permalink
Fixed nesting of HTML elements in documentation.
Browse files Browse the repository at this point in the history
The code element may only contain inline but the pre element is block.
  • Loading branch information
philippwiesemann committed Jun 9, 2014
1 parent f4df542 commit 78d40e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions VisualC.html
Expand Up @@ -110,17 +110,16 @@ <H3>
</H3>
<P>
Now create the basic body of your project. The body of your program should take
the following form: <CODE>
<PRE>
the following form:
<PRE><CODE>
#include "SDL.h"

int main( int argc, char* argv[] )
{
// Body of the program goes here.
return 0;
}
</PRE>
</CODE>
</CODE></PRE>
<P></P>
<H3>
That's it!
Expand Down

0 comments on commit 78d40e0

Please sign in to comment.