Skip to content
Snippets Groups Projects

ipa_haller_jan: QFQ-Wiki. refs #15634

Merged Jan Haller requested to merge ipa_haller_jan into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -383,7 +383,7 @@ function doNavigation($id) {
// Check if the root page has been reached
if (!is_null($wpIdParent)) {
$output .= doNavigation($wpIdParent);
$separator = '<span>&nbsp;>&nbsp;</span>';
$separator = '<span>&nbsp;»&nbsp;</span>';
}
$output .= $separator . $link;
Loading