Skip to content
Snippets Groups Projects
Commit b84e511b authored by deuce's avatar deuce
Browse files

Fix typo in last commit.

parent a653c93f
Branches
Tags
No related merge requests found
......@@ -188,7 +188,7 @@ function make_links(str) {
var text=str;
var uri=str;
var extra='';
var m=str.match(/^([\x00-\xff]*?)((?:\r?\n\r?\n).*)$)
var m=str.match(/^([\x00-\xff]*?)((?:\r?\n\r?\n).*)$/)
if(m!=null) {
str=m[1];
extra=m[2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment