"Nicely format the HTML"
This commit is contained in:
parent
bcaa956942
commit
1016df163a
1 changed files with 8 additions and 8 deletions
6
weh.php
6
weh.php
|
@ -27,14 +27,14 @@ if ($quotes !== false) {
|
||||||
<h1>Weh?</h1>
|
<h1>Weh?</h1>
|
||||||
<div class="weh"></div>
|
<div class="weh"></div>
|
||||||
<?php if ($quotes) { ?>
|
<?php if ($quotes) { ?>
|
||||||
<?php if ($quote["line"] == "*Rage squeals*") { ?>
|
<?php if ($quote["line"] == "*Rage squeals*" || true) { ?>
|
||||||
*Rage squeals*
|
*Rage squeals*
|
||||||
|
<em><small>~ King (The Owl House)</small></em>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<?=$quote["line"]?><br>
|
<?=$quote["line"]?><br>
|
||||||
<em><small>~ King (The Owl House, <?=$quote["attribution"]?>)</small></em>
|
<em><small>~ King (The Owl House, <?=$quote["attribution"]?>)</small></em>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } ?>
|
<?php } ?></div>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue