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

Add "More Stuff"

Can still wrap over zealously if a URI ends at the end of a line.
parent b9e0f068
No related branches found
No related tags found
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(/^(.*)(>|[,.\)])$/);
var m=str.match(/^(.*)(>|[\r\n,.\)]+)$/);
if(m!=null) {
text=m[1];
uri=m[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment