diff --git a/website/views/shared/formatting-help.jade b/website/views/shared/formatting-help.jade index e7874afe92..71da0b5cd4 100644 --- a/website/views/shared/formatting-help.jade +++ b/website/views/shared/formatting-help.jade @@ -1,5 +1,4 @@ small(ng-init='showHelp = false') - // a(target='_blank', href='http://habitrpg.wikia.com/wiki/Markdown_Cheat_Sheet')=env.t('formattingMarkdown') a(ng-click='showHelp = !showHelp', ng-show='!showHelp') =env.t('showFormattingHelp') a(ng-click='showHelp = !showHelp', ng-show='showHelp')