From 17d9f0d1374664083351da8859fb47f9e76b6eb1 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 2 Jun 2018 12:43:44 +0100 Subject: [PATCH] Adding FAQ about tabs (#5478) --- source/_faq/character_t.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source/_faq/character_t.markdown diff --git a/source/_faq/character_t.markdown b/source/_faq/character_t.markdown new file mode 100644 index 00000000000..7deae536748 --- /dev/null +++ b/source/_faq/character_t.markdown @@ -0,0 +1,12 @@ +--- +layout: page +title: "found character '\t' that cannot start any token" +description: "found character '\t' that cannot start any token" +date: 2018-06-02 10:00 +comments: false +sharing: true +footer: true +ha_category: Usage +--- + +This error means that you used a tab, rather than two spaces. Replace the tab with spaces.