Le mercredi 08 mars 2017 à 23:49 +0100, Wolfgang Wiedmeyer a écrit :
> Signed-off-by: Wolfgang Wiedmeyer <wolf...@wiedmeyer.de>

Acked-by: Paul Kocialkowski <cont...@paulk.fr>

Thanks!

> ---
>  index.php | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/index.php b/index.php
> index 4805a5f..a99aef9 100644
> --- a/index.php
> +++ b/index.php
> @@ -89,14 +89,14 @@ if ($feed->error() || !$feed_init) {
>               if ($branch == null)
>                       continue;
>  
> -             $commits_contents = preg_grep("/<blockquote><p>/",
> explode("\n", $item->get_content()));
> +             $commits_contents = preg_grep("/<blockquote><p
> dir=\"auto\">/", explode("\n", $item->get_content()));
>               if ($commits_contents == null)
>                       continue;
>  
>               print("\t\t\t\t\t<li class=\"list-group-item\"><a
> href=\"".$repo_link."/\">".$repo[1]."</a>
> (<strong>".$branch[1]."</strong>):<br /><ul>");
>  
>               foreach ($commits_contents as $commit_content) {
> -                     preg_match("/<blockquote><p>(.*)<\/p>/",
> $commit_content, $commit);
> +                     preg_match("/<blockquote><p dir=\"auto\">(.*)<\/p>/",
> $commit_content, $commit);
>                       if ($commit == null)
>                               continue;
>  
-- 
Paul Kocialkowski, developer of free digital technology at the lower levels

Website: https://www.paulk.fr/
Coding blog: https://code.paulk.fr/
Git repositories: https://git.paulk.fr/ https://git.code.paulk.fr/

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Replicant mailing list
Replicant@lists.osuosl.org
http://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to