Skip to content

Commit a2a8c9e

Browse files
hans2103SharkyKZ
andauthored
Update modules/mod_breadcrumbs/tmpl/default.php
Co-authored-by: SharkyKZ <[email protected]>
1 parent 4a863cf commit a2a8c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mod_breadcrumbs/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'@type' => 'ListItem',
8383
'position' => $key + 1,
8484
'item' => [
85-
'@id' => $item->link ? Route::_(Uri::base() . ltrim($item->link, '/')) : Route::_(Uri::current()),
85+
'@id' => $item->link ? Route::_($item->link, true, Route::TLS_IGNORE, true) : Route::_(Uri::current()),
8686
'name' => $item->name
8787
]
8888
];

0 commit comments

Comments
 (0)