use <pre> instead of <plaintext> since it's been deprecated since HTML2
SEE: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/plaintext
This commit is contained in:
parent
b161bbcf1b
commit
abababc57a
1 changed files with 2 additions and 3 deletions
|
@ -65,7 +65,7 @@ date_default_timezone_set('UTC');
|
|||
<script type="text/javascript" src="lib/vendor/js/jquery-1.12.3.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<?php if(false) { ?>
|
||||
<?php if(FALSE) { ?>
|
||||
<div id="installer">
|
||||
<h1>Install Error</h1>
|
||||
<div class="container">
|
||||
|
@ -77,8 +77,7 @@ date_default_timezone_set('UTC');
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: none;">
|
||||
<PLAINTEXT>
|
||||
<pre style="display:none">
|
||||
<?php }
|
||||
assert_options(ASSERT_ACTIVE, 1);
|
||||
assert_options(ASSERT_BAIL, 1);
|
||||
|
|
Reference in a new issue