mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
W3 Fixes <br/> > <br>
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
<div class="reset-password-area">
|
<div class="reset-password-area">
|
||||||
<hr>
|
<hr>
|
||||||
<div>
|
<div>
|
||||||
<h2 style="text-align:center;"><?php echo __('Reset Password', 'users'); ?></h2><br />
|
<h2 style="text-align:center;"><?php echo __('Reset Password', 'users'); ?></h2><br>
|
||||||
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@@ -157,7 +157,7 @@ class Html
|
|||||||
*/
|
*/
|
||||||
public static function br($num = 1)
|
public static function br($num = 1)
|
||||||
{
|
{
|
||||||
return str_repeat("<br />",(int) $num);
|
return str_repeat("<br>",(int) $num);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -45,7 +45,7 @@ main:
|
|||||||
pop {sp, pc}
|
pop {sp, pc}
|
||||||
|
|
||||||
message:
|
message:
|
||||||
.asciz "Hello world!<br />"
|
.asciz "Hello world!<br>"
|
||||||
</textarea>
|
</textarea>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@@ -53,7 +53,7 @@ This is an example of EJS (embedded javascript)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<p>Mode for html embedded scripts like JSP and ASP.NET. Depends on HtmlMixed which in turn depends on
|
<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),
|
<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>
|
<code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages)</p>
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<br />
|
<br>
|
||||||
|
|
||||||
<h3>Smarty 2, custom delimiters</h3>
|
<h3>Smarty 2, custom delimiters</h3>
|
||||||
<form><textarea id="code2" name="code2">
|
<form><textarea id="code2" name="code2">
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<br />
|
<br>
|
||||||
|
|
||||||
<h3>Smarty 3</h3>
|
<h3>Smarty 3</h3>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user