Fossil SCM
Fix a minor hyperlink problem in the bootstrap skin.
Commit
7ca68af0b861cff3362db9f9aa3d11360fee0689e7ef7ed9a5b34caefe4933af
Parent
be1bc912fe67d07…
1 file changed
+1
-1
+1
-1
| --- skins/bootstrap/header.txt | ||
| +++ skins/bootstrap/header.txt | ||
| @@ -115,9 +115,9 @@ | ||
| 115 | 115 | </div> |
| 116 | 116 | <div class="content"> |
| 117 | 117 | <th1> |
| 118 | 118 | html "<div class='container'>" |
| 119 | 119 | html "<ul class='breadcrumb'>" |
| 120 | - html "<li><a href='$index_page'>Home</a></li>" | |
| 120 | + html "<li><a href='$home$index_page'>Home</a></li>" | |
| 121 | 121 | html "<li><a href='$home/$current_page'>[htmlize $title]</a></li>" |
| 122 | 122 | html "</ul>" |
| 123 | 123 | </th1> |
| 124 | 124 |
| --- skins/bootstrap/header.txt | |
| +++ skins/bootstrap/header.txt | |
| @@ -115,9 +115,9 @@ | |
| 115 | </div> |
| 116 | <div class="content"> |
| 117 | <th1> |
| 118 | html "<div class='container'>" |
| 119 | html "<ul class='breadcrumb'>" |
| 120 | html "<li><a href='$index_page'>Home</a></li>" |
| 121 | html "<li><a href='$home/$current_page'>[htmlize $title]</a></li>" |
| 122 | html "</ul>" |
| 123 | </th1> |
| 124 |
| --- skins/bootstrap/header.txt | |
| +++ skins/bootstrap/header.txt | |
| @@ -115,9 +115,9 @@ | |
| 115 | </div> |
| 116 | <div class="content"> |
| 117 | <th1> |
| 118 | html "<div class='container'>" |
| 119 | html "<ul class='breadcrumb'>" |
| 120 | html "<li><a href='$home$index_page'>Home</a></li>" |
| 121 | html "<li><a href='$home/$current_page'>[htmlize $title]</a></li>" |
| 122 | html "</ul>" |
| 123 | </th1> |
| 124 |