Skip to content

Commit 1171e22

Browse files
author
Ron Lucke
authored
fix skip in for each
1 parent 451db4b commit 1171e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blocks/SearchBlock/SearchBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public function search_handler(array $data)
325325
$html = "<li>".$chapter." &rarr; ".$subchapter." &rarr; ".$title." &rarr; <a href='".$link."'>".$name."</a></li>";
326326
break;
327327
default:
328-
continue;
328+
continue 2;
329329
}
330330
}
331331

0 commit comments

Comments
 (0)