Fossil

Check-in [5152d81e]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add missing HTML tag for nobr to skin.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5152d81e4d5caaed74ab6f4568a105818cb28db5df2069e82978c1775c3b7e13
User & Date: andybradford 2019-03-23 21:44:45.884
Context
2019-03-23
21:47
Fix password change reported on Fossil Forum bug by ending the form tag properly. ... (check-in: 643123d5 user: andybradford tags: trunk)
21:44
Add missing HTML tag for nobr to skin. ... (check-in: 5152d81e user: andybradford tags: trunk)
2019-03-22
18:39
Add a new explanatory comment to clarify the operation of the "fossil server" implementation. No code changes. ... (check-in: c546212f user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to skins/enhanced1/header.txt.
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
    set logourl [getLogoUrl $baseurl]
    </th1>
    <a href="$logourl">
      <img src="$logo_image_url" border="0" alt="$project_name">
    </a>
  </div>
  <div class="title">$<title></div>
  <div class="status"><th1>
     if {[info exists login]} {
       puts "Logged in as $login"
     } else {
       puts "Not logged in"
     }
  </th1></nobr><small><div id="clock"></div></small></div>
</div>







|







61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
    set logourl [getLogoUrl $baseurl]
    </th1>
    <a href="$logourl">
      <img src="$logo_image_url" border="0" alt="$project_name">
    </a>
  </div>
  <div class="title">$<title></div>
  <div class="status"><nobr><th1>
     if {[info exists login]} {
       puts "Logged in as $login"
     } else {
       puts "Not logged in"
     }
  </th1></nobr><small><div id="clock"></div></small></div>
</div>