|
@@ -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
|