소스 검색

Export filename changed to GOVERNANCE.md

Nathan Schneider 4 년 전
부모
커밋
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