mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Fix typing error
This commit is contained in:
parent
ab17e6af5d
commit
dfec249dbd
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ catch(Exceptions\SeeOtherException $ex){
|
||||||
<p>None.</p>
|
<p>None.</p>
|
||||||
<? }else{ ?>
|
<? }else{ ?>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://fundraising.fracturedatlas.org/admin/general_support/donations?query=<?= urlencode($user->Email) ?>">View all payments at Fractured Atlas</a>
|
<a href="https://fundraising.fracturedatlas.org/admin/general_support/donations?query=<?= urlencode($user->Email ?? '') ?>">View all payments at Fractured Atlas</a>
|
||||||
</p>
|
</p>
|
||||||
<table class="payments">
|
<table class="payments">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue