IP numbers are not usable as website root, example:
'URLS' => array(
1 => 'http://172.18.40.30/{FNAME}',
2 => '',
3 => ''
),
HTML result after rendering:
<a href="http://<span class="nu0">172</span>.<span class="nu0">18</span>.<span class="nu0">40</span>.30/umacs"><span class="kw1">umacs</span></a>
And the link looks this:
172
.18.40.30/umacs">umacs
In general, the algorithm fails if there is a digit next to the dot-sign, any suggestions?
Small update: my tests show that numbers are highlighted in URLs which breaks them up
geshi.php Line 3465
Example of problematic URL
before
after
Later in line 3481 <|/NUM!0/> is replaced by style classes, which breaks up the URL and results:
Example of working URL
before
after
Conclusion
My current workaround
geshi.php Line 3279
Remove the dot-sign