update hyperdown
This commit is contained in:
@@ -1145,9 +1145,10 @@
|
||||
parseTitle = false;
|
||||
}
|
||||
title = null;
|
||||
url = trim(url);
|
||||
if (parseTitle) {
|
||||
pos = url.indexOf(' ');
|
||||
if (pos > 0) {
|
||||
if (pos >= 0) {
|
||||
title = htmlspecialchars(trim(url.substring(pos + 1), ' "\''));
|
||||
url = url.substring(0, pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user