Fix some broken references

This commit is contained in:
Alex Cabal 2024-06-12 15:21:23 -05:00
parent e2ba152f8c
commit 8bcd52a40a
3 changed files with 4 additions and 6 deletions

View file

@ -6,8 +6,6 @@
<body>
<h1>Donation processing failed</h1>
<p>The donation processing script failed with this exception:</p>
<pre>
<?= $exception ?>
</pre>
<pre><?= $exception ?></pre>
</body>
</html>