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:
Daku 2016-05-19 16:50:05 +01:00
parent b161bbcf1b
commit abababc57a

View file

@ -65,7 +65,7 @@ date_default_timezone_set('UTC');
<script type="text/javascript" src="lib/vendor/js/jquery-1.12.3.min.js"></script> <script type="text/javascript" src="lib/vendor/js/jquery-1.12.3.min.js"></script>
</head> </head>
<body> <body>
<?php if(false) { ?> <?php if(FALSE) { ?>
<div id="installer"> <div id="installer">
<h1>Install Error</h1> <h1>Install Error</h1>
<div class="container"> <div class="container">
@ -77,8 +77,7 @@ date_default_timezone_set('UTC');
</p> </p>
</div> </div>
</div> </div>
<div style="display: none;"> <pre style="display:none">
<PLAINTEXT>
<?php } <?php }
assert_options(ASSERT_ACTIVE, 1); assert_options(ASSERT_ACTIVE, 1);
assert_options(ASSERT_BAIL, 1); assert_options(ASSERT_BAIL, 1);