diff options
author | Mario <mario@mariovavti.com> | 2025-04-20 16:16:15 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-04-20 16:16:15 +0000 |
commit | 68967e93d659df4c34ce58b68f37db5fe7fa84b4 (patch) | |
tree | 1883b44c395ef32d697f0ea4e860a4edbfb9ac78 | |
parent | 88f1a7d65225f3564aa0864d7cd66f028394c296 (diff) | |
download | volse-hubzilla-68967e93d659df4c34ce58b68f37db5fe7fa84b4.tar.gz volse-hubzilla-68967e93d659df4c34ce58b68f37db5fe7fa84b4.tar.bz2 volse-hubzilla-68967e93d659df4c34ce58b68f37db5fe7fa84b4.zip |
wrong class
-rw-r--r-- | view/tpl/breadcrumb.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/breadcrumb.tpl b/view/tpl/breadcrumb.tpl index 5bb5d07dd..f1332b4e2 100644 --- a/view/tpl/breadcrumb.tpl +++ b/view/tpl/breadcrumb.tpl @@ -1,5 +1,5 @@ <nav aria-label="breadcrumb"> - <ol class="breadcrumb bg-transparent p-2"> + <ol class="breadcrumb bg-transparent section-content-wrapper"> {{foreach $breadcrumbs as $breadcrumb}} {{if $breadcrumb@last}} <li class="breadcrumb-item active h3 pt-3 pb-3" aria-current="page">{{$breadcrumb.name}}</li> |