From 08863ae0416bab23f2088949ad5faa93e5180ee4 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Mon, 13 May 2024 20:02:10 +0900 Subject: [PATCH] time.php: add DOCTYPE Summary: ``, a good thing to do :tm:. Signed-off-by: Yongmin Hong Test Plan: load the page in browser. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D82 --- .arclint | 5 ++++- time.php | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.arclint b/.arclint index 5d44462..f5b009b 100644 --- a/.arclint +++ b/.arclint @@ -32,7 +32,10 @@ }, "text": { "type": "text", - "text.max-line-length": 80 + "text.max-line-length": 80, + "severity": { + "2": "advice" + } } } } diff --git a/time.php b/time.php index e9d5480..8dcc2ec 100644 --- a/time.php +++ b/time.php @@ -1,3 +1,4 @@ +