diff options
-rwxr-xr-x | htdocs/dev/tests/shorttags.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/htdocs/dev/tests/shorttags.html b/htdocs/dev/tests/shorttags.html index a24b342..cb9aa3f 100755 --- a/htdocs/dev/tests/shorttags.html +++ b/htdocs/dev/tests/shorttags.html @@ -1,12 +1,14 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> + <!--Net Tag test--> <title/SHORTTAGS Test/ </head> <body> - <div<p> + <div<p><!--Closed start tag test--> This is a test of the SHORTTAGS and -wunclosed feature. It contains an implicitly closed <div>. - </div<p> + </div<p>hello world, this is an empty end tag</><!--Empty end tag test--> + </body> </html> |