mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Typogrify patron names
This commit is contained in:
parent
9f87133cb9
commit
9c8d5b18e0
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ $anonymousPatronCount = Db::QueryInt('SELECT sum(cnt)
|
|||
<ol class="donors patrons">
|
||||
<? foreach($patronsCircle as $patron){ ?>
|
||||
<li>
|
||||
<p><?= Formatter::ToPlainText(str_ireplace(' and ', ' & ', $patron->SortedName)) ?></p>
|
||||
<p><?= Formatter::ToPlainText(str_ireplace(['\'', ' and '], ['’', ' & '], $patron->SortedName)) ?></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
<? if($anonymousPatronCount > 0){ ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue