mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
templates: Mark all void tags as self-closing.
This reverses the policy that was set, but incompletely enforced, by
commit 951514dd7d. The self-closing tag
syntax is clearer, more consistent, simpler to parse, compatible with
XML, preferred by Prettier, and (most importantly now) required by
FormatJS.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7177529107
commit
dd3fa4ac52
@@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="UTF-8" />
|
||||
<title>Zulip - 500 internal server error</title>
|
||||
<base href="/static/webpack-bundles/">
|
||||
<base href="/static/webpack-bundles/" />
|
||||
|
||||
<meta http-equiv="refresh" content="60;URL='/'">
|
||||
<meta http-equiv="refresh" content="60;URL='/'" />
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user