Skip to content

Commit

Permalink
Fix 'specialSymbols' RegExp
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Dec 18, 2014
1 parent 5465e0a commit 264af83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var specialSymbols = new RegExp('[^A-Za-zА-Яа-я0-9_\\- ]', 'g');
var specialSymbols = new RegExp('[^A-Za-zА-Яа-яё0-9_\\- ]', 'g');

/**
* Returns a href for a given header which should be added in a TOC element
Expand Down

0 comments on commit 264af83

Please sign in to comment.