1
0
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:
Евгений
2014-01-07 00:44:58 +06:00
parent 29d506a862
commit 432942abf8
5 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ main:
pop {sp, pc}
message:
.asciz "Hello world!<br />"
.asciz "Hello world!<br>"
</textarea>
</form>

View File

@@ -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>

View File

@@ -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>