Fossil SCM
Avoid line breaks between the copy button and the hash on the /info page.
Commit
8c7e26208b46136253bc99702fc04f910a44476025a9279fcbdbbed81889844e
Parent
710229e713b81fe…
1 file changed
+3
-3
+3
-3
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -794,13 +794,13 @@ | ||
| 794 | 794 | @ | %z(href("%R/tree?nofiles&type=tree&ci=%!S",zUuid))folders</a> |
| 795 | 795 | @ </td> |
| 796 | 796 | @ </tr> |
| 797 | 797 | |
| 798 | 798 | @ <tr><th>%s(hname_alg(nUuid)):</th><td> |
| 799 | - @ <span class="copy-button" id="copy-fullhash" data-copytarget="fullhash" | |
| 800 | - @ data-copylength="%d(hash_digits(1))"></span> | |
| 801 | - @ <span id="fullhash">%.32s(zUuid)<wbr>%s(zUuid+32)</span> | |
| 799 | + @ <span class="copy-button" id="copy-fullhash" | |
| 800 | + @ data-copytarget="fullhash" data-copylength="%d(hash_digits(1))"> | |
| 801 | + @ </span> <span id="fullhash">%.32s(zUuid)<wbr>%s(zUuid+32)</span> | |
| 802 | 802 | if( g.perm.Setup ){ |
| 803 | 803 | @ (Record ID: %d(rid)) |
| 804 | 804 | } |
| 805 | 805 | @ </td></tr> |
| 806 | 806 | @ <tr><th>User & Date:</th><td> |
| 807 | 807 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -794,13 +794,13 @@ | |
| 794 | @ | %z(href("%R/tree?nofiles&type=tree&ci=%!S",zUuid))folders</a> |
| 795 | @ </td> |
| 796 | @ </tr> |
| 797 | |
| 798 | @ <tr><th>%s(hname_alg(nUuid)):</th><td> |
| 799 | @ <span class="copy-button" id="copy-fullhash" data-copytarget="fullhash" |
| 800 | @ data-copylength="%d(hash_digits(1))"></span> |
| 801 | @ <span id="fullhash">%.32s(zUuid)<wbr>%s(zUuid+32)</span> |
| 802 | if( g.perm.Setup ){ |
| 803 | @ (Record ID: %d(rid)) |
| 804 | } |
| 805 | @ </td></tr> |
| 806 | @ <tr><th>User & Date:</th><td> |
| 807 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -794,13 +794,13 @@ | |
| 794 | @ | %z(href("%R/tree?nofiles&type=tree&ci=%!S",zUuid))folders</a> |
| 795 | @ </td> |
| 796 | @ </tr> |
| 797 | |
| 798 | @ <tr><th>%s(hname_alg(nUuid)):</th><td> |
| 799 | @ <span class="copy-button" id="copy-fullhash" |
| 800 | @ data-copytarget="fullhash" data-copylength="%d(hash_digits(1))"> |
| 801 | @ </span> <span id="fullhash">%.32s(zUuid)<wbr>%s(zUuid+32)</span> |
| 802 | if( g.perm.Setup ){ |
| 803 | @ (Record ID: %d(rid)) |
| 804 | } |
| 805 | @ </td></tr> |
| 806 | @ <tr><th>User & Date:</th><td> |
| 807 |