mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 04:07:59 +02:00
W3 Fixes <br/> > <br>
This commit is contained in:
@@ -45,7 +45,7 @@ main:
|
||||
pop {sp, pc}
|
||||
|
||||
message:
|
||||
.asciz "Hello world!<br />"
|
||||
.asciz "Hello world!<br>"
|
||||
</textarea>
|
||||
</form>
|
||||
|
||||
|
@@ -53,7 +53,7 @@ This is an example of EJS (embedded javascript)
|
||||
</script>
|
||||
|
||||
<p>Mode for html embedded scripts like JSP and ASP.NET. Depends on HtmlMixed which in turn depends on
|
||||
JavaScript, CSS and XML.<br />Other dependancies include those of the scriping language chosen.</p>
|
||||
JavaScript, CSS and XML.<br>Other dependancies include those of the scriping language chosen.</p>
|
||||
|
||||
<p><strong>MIME types defined:</strong> <code>application/x-aspx</code> (ASP.NET),
|
||||
<code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages)</p>
|
||||
|
@@ -53,7 +53,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<h3>Smarty 2, custom delimiters</h3>
|
||||
<form><textarea id="code2" name="code2">
|
||||
@@ -89,7 +89,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<h3>Smarty 3</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user