Skip to content

Commit 7d986a5

Browse files
authored
Correct HTML closing tag (#88)
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
1 parent 6f23e38 commit 7d986a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_templates/meta_refresh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
33
SPDX-License-Identifier: Apache-2.0
4-
--!>
4+
-->
55
<html><head>
66
<meta charset="UTF-8">
77
<meta http-equiv="refresh" content="0;url=main/index.html" />

_templates/versions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
33
SPDX-License-Identifier: Apache-2.0
4-
--!>
4+
-->
55
{%- if current_version %}
66
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
77
<span class="rst-current-version" data-toggle="rst-current-version">

0 commit comments

Comments
 (0)