Fossil SCM
Add a missing $baseurl to the default header.
Commit
631c52bc96367bd0f95aa29875a3907189f2a18a
Parent
469efd6a7ce8ba4…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -191,11 +191,11 @@ | ||
| 191 | 191 | @ media="screen"> |
| 192 | 192 | @ </head> |
| 193 | 193 | @ <body> |
| 194 | 194 | @ <div class="header"> |
| 195 | 195 | @ <div class="logo"> |
| 196 | -@ <img src="/logo" alt="logo"> | |
| 196 | +@ <img src="$baseurl/logo" alt="logo"> | |
| 197 | 197 | @ <br><nobr>$<project_name></nobr> |
| 198 | 198 | @ </div> |
| 199 | 199 | @ <div class="title">$<title></div> |
| 200 | 200 | @ <div class="status"><nobr><th1> |
| 201 | 201 | @ if {[info exists login]} { |
| 202 | 202 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -191,11 +191,11 @@ | |
| 191 | @ media="screen"> |
| 192 | @ </head> |
| 193 | @ <body> |
| 194 | @ <div class="header"> |
| 195 | @ <div class="logo"> |
| 196 | @ <img src="/logo" alt="logo"> |
| 197 | @ <br><nobr>$<project_name></nobr> |
| 198 | @ </div> |
| 199 | @ <div class="title">$<title></div> |
| 200 | @ <div class="status"><nobr><th1> |
| 201 | @ if {[info exists login]} { |
| 202 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -191,11 +191,11 @@ | |
| 191 | @ media="screen"> |
| 192 | @ </head> |
| 193 | @ <body> |
| 194 | @ <div class="header"> |
| 195 | @ <div class="logo"> |
| 196 | @ <img src="$baseurl/logo" alt="logo"> |
| 197 | @ <br><nobr>$<project_name></nobr> |
| 198 | @ </div> |
| 199 | @ <div class="title">$<title></div> |
| 200 | @ <div class="status"><nobr><th1> |
| 201 | @ if {[info exists login]} { |
| 202 |