xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
34ecc659a17b47b3fe4829cd472a2bf4fda1c41f
parent
7326f7e41f58f64eb6dc03459ae6642813229448
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-12-01 20:59
refine url regex

Diffstat

M src/js/body.js 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/src/js/body.js b/src/js/body.js

@@ -2,7 +2,7 @@
    2     2 
    3     3 var util = require('./util.js');
    4     4 
    5    -1 var RE_LINK = /(https?:\/\/[a-zA-Z0-9./?&%=#:_-]+)/g;
   -1     5 var RE_LINK = /(https?:\/\/[^\s<>]*[^\s\])}<>.,:;?!\"'])/g;
    6     6 
    7     7 var createDetails = function(label, color) {
    8     8 	var details = document.createElement('details');