diff options
Diffstat (limited to 'app/views/privacy/landing.php')
| -rw-r--r-- | app/views/privacy/landing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/privacy/landing.php b/app/views/privacy/landing.php index a4829fd..9ca20bc 100644 --- a/app/views/privacy/landing.php +++ b/app/views/privacy/landing.php @@ -10,7 +10,7 @@ <li> <a href="<?= $controller->link_for("privacy/index/{$user_id}/{$key}") ?>" <? if (Request::isDialog()) echo 'data-dialog="size=big"'; ?>> <h3> - <?= $row['icon']->asSvg(false) ?> + <?= $row['icon']->asImg(false) ?> <?= htmlReady($row['title']) ?> </h3> <p> |
