This is an automated email generated because a ref change occurred in the
git repository for project duojsonparge.git.
The branch, master has been updated
via e9fc0349550058e6914777a35126ed1cf136ab00 (commit)
from 76734e35d2ab88751d99dcd7064012d971dcaa49 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e9fc0349550058e6914777a35126ed1cf136ab00
Author: Someone <
hahahaha...@airmail.cc>
Date: Thu, 8 Feb 2024 22:44:29 +0700
URL: <
https://repo.or.cz/duojsonparge.git/e9fc0349550058e6>
generate valid html
---
comment/view.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/comment/view.php b/comment/view.php
index ab8fed384983..4b025fe485a4 100644
--- a/comment/view.php
+++ b/comment/view.php
@@ -29,7 +29,8 @@ walk_cmt($cmtarr) /* call: walk_cmt($arr['comment']); */
. "Vote: {$arr['votes']}</pre>";
}
echo "{$arr['marked_down_message']}";
- echo "{$arr['datetime_string']}";
+ echo "<pre>{$arr['datetime_string']}</pre>";
+ echo "<p><br></p>";
if ($arr['num_comments'] > 0) {
walk_cmt($arr['comments']);
}
@@ -51,7 +52,7 @@ fclose($file);
$page_title = $arr['title'];
include "{$_SERVER['DOCUMENT_ROOT']}/extra/header.html";
-echo "<h2>{$arr['title']}</h2>";
+echo "<h1>{$arr['title']}</h1>";
if (!isset($arr['user']['deactivated'])) {
echo "<pre>{$arr['user']['username']}</pre>";
} else {
@@ -61,7 +62,7 @@ echo "<pre>Vote: {$arr['votes']}</pre>";
echo "{$arr['marked_down_message']}";
echo "<pre><a href=\"/comment/$req\">{$arr['datetime_string']}</a></pre>";
-echo "<h3>{$arr['num_comments']} binh luan</h3>";
+echo "<h3>{$arr['num_comments']} bình luận</h3>";
walk_cmt($arr['comments']);
include "{$_SERVER['DOCUMENT_ROOT']}/extra/footer.html";
-----------------------------------------------------------------------
Summary of changes:
comment/view.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
repo.or.cz automatic notification. Contact project admin
hahahaha...@gmail.com
if you want to unsubscribe, or site admin
ad...@repo.or.cz if you receive
no reply.
--
duojsonparge.git ("UNNAMED PROJECT")