[aur-dev] [PATCH] Correctly encode ampersand in query string within HTML attribute

Lukas Fleischer lfleischer at archlinux.org
Sun Jan 31 19:03:21 UTC 2016


On Sun, 31 Jan 2016 at 19:48:43, Marcel Korpel wrote:
> Signed-off-by: Marcel Korpel <marcel.korpel at gmail.com>
> ---
>  web/template/stats/updates_table.php | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php
> index 9c295c0..4e2d39d 100644
> --- a/web/template/stats/updates_table.php
> +++ b/web/template/stats/updates_table.php
> @@ -1,4 +1,4 @@
> -<h3><?= __("Recent Updates") ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SB=l&SO=d"><?= _('more') ?></a>)</span></h3>
> +<h3><?= __("Recent Updates") ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SB=l&SO=d"><?= _('more') ?></a>)</span></h3>

Good catch, will merge into master. Thanks!

>  
>  <a href="<?= get_uri('/rss/') ?>" title="Arch Package Updates RSS Feed" class="rss-icon"><img src="/images/rss.svg" alt="RSS Feed" /></a>
>  
> -- 
> 2.7.0


More information about the aur-dev mailing list