aboutsummaryrefslogtreecommitdiff
path: root/exampleData
diff options
context:
space:
mode:
Diffstat (limited to 'exampleData')
-rw-r--r--exampleData/ruleSets/basic/emptyHrefs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleData/ruleSets/basic/emptyHrefs.js b/exampleData/ruleSets/basic/emptyHrefs.js
index a333842..2be60f2 100644
--- a/exampleData/ruleSets/basic/emptyHrefs.js
+++ b/exampleData/ruleSets/basic/emptyHrefs.js
@@ -1,5 +1,5 @@
-exports.name': "Don't use empty hrefs."
-exports.description': "Links with no text can't generally be used."
+exports.name = "Don't use empty hrefs";
+exports.description = "Links with no text can't generally be used";
exports.rule =
function() {
var that = this;