Fix footer quote block

This commit is contained in:
Zdenek Borovec 2024-07-18 17:41:17 +02:00
parent 4fa6957567
commit d1a55090a5

View file

@ -50,16 +50,14 @@ $quote_author_arr = [
?>
<div id="footer">
<p>
<?php
$quote_index = array_rand($quote_arr);
printf("<div class=\"quote\">&quot;%s&quot;</div>
<div class=\"quote-author\">- %s</div>",
$quote_arr[$quote_index],
$quote_author_arr[$quote_index]
);
?>
</p>
<?php
$quote_index = array_rand($quote_arr);
printf("<div class=\"quote\">&quot;%s&quot;</div>
<div class=\"quote-author\">- %s</div>",
$quote_arr[$quote_index],
$quote_author_arr[$quote_index]
);
?>
<hr>
<p>
Although I try to know and store as little information about you as possible, I do sometimes store some, you can click <a href="http://www.zdenekborovec-dev.cz/privacy">here</a> to learn more. If you have any privacy and/or security concerns, feel free to e-mail me at &lt;zdenda&nbsp;[DOT]&nbsp;borovec&nbsp;[AT]&nbsp;gmail&nbsp;[DOT]&nbsp;com&gt;