Skip to content

Commit

Permalink
Merge branch 'sync_canonical_url' of https://github.com/FriendsOfREDA…
Browse files Browse the repository at this point in the history
…XO/neues into sync_canonical_url
  • Loading branch information
alxndr-w committed Sep 13, 2024
2 parents 88bfc5f + 828a7c7 commit 0a6eec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/neues.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
use rex_pager;
use rex_sql;

use const ENT_QUOTES;

class Neues
{
/**
Expand Down Expand Up @@ -59,7 +61,7 @@ public static function getEntry(int $postId): string
$fragment->setVar('post', $post);
return $fragment->parse('neues/entry.php');
}

/* Hilfsklasse für JSON-LD Fragmente */
public static function htmlEncode($value)
{
Expand Down

0 comments on commit 0a6eec1

Please sign in to comment.