Replace PHP short tags

Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 12:42:17 +00:00
parent ff8516665c
commit 9728aefc07
41 changed files with 359 additions and 359 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
$ts = gmdate("D, d M Y H:i:s", time() + 60) . " GMT";
header("Content-disposition: filename=blog.rss");
@@ -26,7 +26,7 @@ echo ('<?xml version="1.0" encoding="UTF-8"?>'); ?>
<width>154</width>
</image>
<? foreach ($blogArticles->objs as $row) { ?>
<?php foreach ($blogArticles->objs as $row) { ?>
<item>
<title><?=$row->name?></title>
@@ -38,7 +38,7 @@ echo ('<?xml version="1.0" encoding="UTF-8"?>'); ?>
]]></description>
</item>
<? } ?>
<?php } ?>
</channel>