From d6f6995ddec59ecb9bb39ed97b0e47a8c19b58a6 Mon Sep 17 00:00:00 2001 From: samcv Date: Sun, 23 Oct 2016 05:19:46 -0700 Subject: Fix for the three tutorials with broken YAML markup, causing them not to be accessible at all or show up in the index (#2497) * Fix typo causing typescript-ru.html.markdown not to parse correctly in the header * Fix typo in markdown-ru.html.markdown causing page not to parse correctly * Oh no! both translator and contributors fields in the header used fullwidth commas instead of normal ones. This fixes processing of this file :) --- ru-ru/markdown-ru.html.markdown | 2 +- ru-ru/typescript-ru.html.markdown | 2 +- zh-cn/vim-cn.html.markdown | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ru-ru/markdown-ru.html.markdown b/ru-ru/markdown-ru.html.markdown index f71435ea..ff7a0cc3 100644 --- a/ru-ru/markdown-ru.html.markdown +++ b/ru-ru/markdown-ru.html.markdown @@ -5,7 +5,7 @@ contributors: - ["Jacob Ward", "http://github.com/JacobCWard/"] translators: - ["Pirogov Alexey", "http://twitter.com/alex_pir"] - - ["Andre Polykanine", https://github.com/Oire"] + - ["Andre Polykanine", "https://github.com/Oire"] filename: markdown-ru.md lang: ru-ru --- diff --git a/ru-ru/typescript-ru.html.markdown b/ru-ru/typescript-ru.html.markdown index 67b58a38..09bbb2d1 100644 --- a/ru-ru/typescript-ru.html.markdown +++ b/ru-ru/typescript-ru.html.markdown @@ -5,7 +5,7 @@ contributors: - ["Philippe Vlérick", "https://github.com/pvlerick"] translators: - ["Fadil Mamedov", "https://github.com/fadilmamedov"] - - "Andre Polykanine", "https://github.com/Oire"] + - ["Andre Polykanine", "https://github.com/Oire"] filename: learntypescript-ru.ts --- diff --git a/zh-cn/vim-cn.html.markdown b/zh-cn/vim-cn.html.markdown index 0c3f6043..5298351a 100644 --- a/zh-cn/vim-cn.html.markdown +++ b/zh-cn/vim-cn.html.markdown @@ -3,9 +3,9 @@ category: tool tool: vim filename: LearnVim-cn.txt contributors: - - ["RadhikaG", "https://github.com/RadhikaG"] + - ["RadhikaG", "https://github.com/RadhikaG"] translators: - - ["Jiang Haiyun", "https://github.com/haiiiiiyun"] + - ["Jiang Haiyun", "https://github.com/haiiiiiyun"] lang: zh-cn --- -- cgit v1.2.3