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 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ru-ru') 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 --- -- cgit v1.2.3