diff options
author | samcv <samantham@posteo.net> | 2016-10-23 05:19:46 -0700 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-10-23 14:19:46 +0200 |
commit | d6f6995ddec59ecb9bb39ed97b0e47a8c19b58a6 (patch) | |
tree | 1b97f0e21f63a39e4d36c6aa4930353247c0bc7f | |
parent | c7f2b23f2fe033ad004c4c6913ba9c37335bd6af (diff) |
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 :)
-rw-r--r-- | ru-ru/markdown-ru.html.markdown | 2 | ||||
-rw-r--r-- | ru-ru/typescript-ru.html.markdown | 2 | ||||
-rw-r--r-- | 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 --- |