|
@@ -207,7 +207,7 @@ layout: default
|
|
|
var fields = document.getElementsByClassName("editable");
|
|
|
for (var i = 0; i < fields.length; i++) {
|
|
|
var key = fields[i].id;
|
|
|
- var value = fields[i].innerHTML;
|
|
|
+ var value = fields[i].innerHTML.replace(/(<([^>]+)>)/ig,"");
|
|
|
rule[0][key] = value;
|
|
|
}
|
|
|
const store = new SteinStore(
|
|
@@ -398,7 +398,8 @@ layout: default
|
|
|
<p><a href="http://communityrule.info">
|
|
|
<img src="https://img.shields.io/badge/CommunityRule-derived-000000" alt="CommunityRule derived"></a></p>
|
|
|
<p>Created with <a href="http://communityrule.info">CommunityRule</a><br />
|
|
|
- <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons BY-SA</a></p>
|
|
|
+ <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons BY-SA</a></p>
|
|
|
+ <p><strong>The Publish feature is experimental. Rules may be removed without notice</strong></p>
|
|
|
</div>
|
|
|
<div id="attributionMD" style="display:none;">
|
|
|
---
|