From 695715ff6ab22a59225eae53f9d81a756ca11cf7 Mon Sep 17 00:00:00 2001 From: Elana Hashman Date: Wed, 8 Jul 2020 14:37:09 -0700 Subject: [PATCH] Fix missing quotes that are breaking page render (#2698) Signed-off-by: Elana Hashman --- site/docs/master/restore-reference.md | 1 + site/docs/v1.4/restore-reference.md | 1 + 2 files changed, 2 insertions(+) diff --git a/site/docs/master/restore-reference.md b/site/docs/master/restore-reference.md index 9ea192074..46f4ffb40 100644 --- a/site/docs/master/restore-reference.md +++ b/site/docs/master/restore-reference.md @@ -88,3 +88,4 @@ data: # add 1+ key-value pairs here, where the key is the old # node name and the value is the new node name. : +``` diff --git a/site/docs/v1.4/restore-reference.md b/site/docs/v1.4/restore-reference.md index 9ea192074..46f4ffb40 100644 --- a/site/docs/v1.4/restore-reference.md +++ b/site/docs/v1.4/restore-reference.md @@ -88,3 +88,4 @@ data: # add 1+ key-value pairs here, where the key is the old # node name and the value is the new node name. : +```