Skip to content

Conversation

@lmm-git
Copy link
Contributor

@lmm-git lmm-git commented Feb 17, 2014

Now the parser converts all links in the text (also links produced from the language parser) to get a better convergence.

Now the parser converts all links in the text (also links produced from the language parser) to get a better convergence.
$result = '<a' . $matches[3] . 'href="' . $matches[5] . '">' . $matches[10] . '</a>' . $newline;
return $result;
print_r($matches);
return 'http://giz-berlin.de';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks wrong...

lmm-git added 2 commits February 17, 2014 18:53
remove debugs...
like less strict link detection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants