]> Sergey Matveev's repositories - public-inbox.git/commit
view: more robust link generation
authorEric Wong <e@80x24.org>
Tue, 1 Sep 2015 08:55:28 +0000 (08:55 +0000)
committerEric Wong <e@80x24.org>
Tue, 1 Sep 2015 08:56:12 +0000 (08:56 +0000)
commitcd486277621f00c108a49c4ba3c9fedbef0f70d5
treeeb00dd1a0dc183f65a1d54bf098c01a54bee7030
parent00bb29f93f5c1379f2c73172d2af6c860c73e848
view: more robust link generation

We must avoid double-escaping in cases where we have URLs anchored
by "<>" in the plain-text as is common (and AFAIK recommended)
convention.  So we must use a two step linkification process
to prevent double-escaping.
lib/PublicInbox/View.pm