mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Add todo comments - I'm out of time now.
This commit is contained in:
parent
4157a9fb6c
commit
5a3a501c08
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,8 @@ class search
|
||||||
$context = self::strip_markup($context);
|
$context = self::strip_markup($context);
|
||||||
|
|
||||||
// Make the matching words bold.
|
// Make the matching words bold.
|
||||||
|
// Fixme Account for the fact that the offsets in $matches[] are relative to the beginning of the document, not the contextual snippet
|
||||||
|
// Todo Figure out why $extraoffset throws everything off
|
||||||
$extraoffset = 0;
|
$extraoffset = 0;
|
||||||
foreach($group as $match)
|
foreach($group as $match)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue