Просмотр исходного кода

Export filename changed to GOVERNANCE.md

Nathan Schneider 4 лет назад
Родитель
Сommit
5db3d7d234
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      _layouts/rule.html

+ 1 - 1
_layouts/rule.html

@@ -116,7 +116,7 @@ layout: default
   // textOutput()
   // Produces Markdown rendition of Rule from Export button
   function textOutput() {
-      var filename = 'CommunityRule.txt';
+      var filename = 'GOVERNANCE.md';
       // First, add title, whether there is one or not
       var content = '# '+ document.getElementById('communityname').innerHTML + '\n\n';
       content = content.replace(/(<([^>]+)>)/ig,''); // strips stray tags