Merge branch 'main' into security-models

This commit is contained in:
2024-04-26 20:49:34 -04:00
3 changed files with 201 additions and 84 deletions

View File

@@ -35,7 +35,7 @@ page_head('Welcome'); ?>
if ($item) {
while ($item) { ?>
<p><a href=/item?id=<?=$item['id']?>><?=$item['item_title']?></a><br>
<?=$item['feed_title']?><br><small><em><?=date_time($item['as_of'])?></em></small><?php
<?=htmlentities($item['feed_title'])?><br><small><em><?=date_time($item['as_of'])?></em></small><?php
$item = $result->fetchArray(SQLITE3_ASSOC);
}
} else { ?>