Browse Source

Export filename changed to GOVERNANCE.md

Nathan Schneider 4 years ago
parent
commit
5db3d7d234
1 changed files with 1 additions and 1 deletions
  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