Fossil SCM
Enhance comments from the previous commit.
Commit
6282cdf0c3da1e65a9d968850b1945cc5bba2799
Parent
59fb15865c112d2…
1 file changed
+6
-5
+6
-5
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -925,20 +925,21 @@ | ||
| 925 | 925 | |
| 926 | 926 | /* |
| 927 | 927 | ** This skin is intended to be almost identical to the default one, with the |
| 928 | 928 | ** following changes to the header and footer: |
| 929 | 929 | ** |
| 930 | -** 1. The logo image in the header is a hyperlink to the root of the web | |
| 931 | -** site containing the repository using the same scheme (i.e. HTTP or | |
| 932 | -** HTTPS) as the base URL for the repository. The header contains a TH1 | |
| 933 | -** script block to help accomplish this task. | |
| 930 | +** 1. The logo image in the header has been modified to be a hyperlink to the | |
| 931 | +** root of the web site containing the repository using the same scheme | |
| 932 | +** (i.e. HTTP or HTTPS) as the base URL for the repository. The header | |
| 933 | +** contains a TH1 script block to help accomplish these tasks. | |
| 934 | 934 | ** |
| 935 | 935 | ** 2. The Fossil version information in the footer has been augmented with |
| 936 | 936 | ** hyperlinks to the corresponding points on the timeline in the official |
| 937 | 937 | ** Fossil repository. Additionally, if the Tcl integration feature is |
| 938 | 938 | ** enabled, the loaded version of Tcl is included, with a hyperlink to the |
| 939 | -** official Tcl/Tk web site. | |
| 939 | +** official Tcl/Tk web site. The footer also contains a TH1 script block | |
| 940 | +** to help accomplish these tasks. | |
| 940 | 941 | */ |
| 941 | 942 | static const char zBuiltinSkin5[] = |
| 942 | 943 | @ REPLACE INTO config(name,mtime,value) |
| 943 | 944 | @ VALUES('css',now(),'/* General settings for the entire page */ |
| 944 | 945 | @ body { |
| 945 | 946 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -925,20 +925,21 @@ | |
| 925 | |
| 926 | /* |
| 927 | ** This skin is intended to be almost identical to the default one, with the |
| 928 | ** following changes to the header and footer: |
| 929 | ** |
| 930 | ** 1. The logo image in the header is a hyperlink to the root of the web |
| 931 | ** site containing the repository using the same scheme (i.e. HTTP or |
| 932 | ** HTTPS) as the base URL for the repository. The header contains a TH1 |
| 933 | ** script block to help accomplish this task. |
| 934 | ** |
| 935 | ** 2. The Fossil version information in the footer has been augmented with |
| 936 | ** hyperlinks to the corresponding points on the timeline in the official |
| 937 | ** Fossil repository. Additionally, if the Tcl integration feature is |
| 938 | ** enabled, the loaded version of Tcl is included, with a hyperlink to the |
| 939 | ** official Tcl/Tk web site. |
| 940 | */ |
| 941 | static const char zBuiltinSkin5[] = |
| 942 | @ REPLACE INTO config(name,mtime,value) |
| 943 | @ VALUES('css',now(),'/* General settings for the entire page */ |
| 944 | @ body { |
| 945 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -925,20 +925,21 @@ | |
| 925 | |
| 926 | /* |
| 927 | ** This skin is intended to be almost identical to the default one, with the |
| 928 | ** following changes to the header and footer: |
| 929 | ** |
| 930 | ** 1. The logo image in the header has been modified to be a hyperlink to the |
| 931 | ** root of the web site containing the repository using the same scheme |
| 932 | ** (i.e. HTTP or HTTPS) as the base URL for the repository. The header |
| 933 | ** contains a TH1 script block to help accomplish these tasks. |
| 934 | ** |
| 935 | ** 2. The Fossil version information in the footer has been augmented with |
| 936 | ** hyperlinks to the corresponding points on the timeline in the official |
| 937 | ** Fossil repository. Additionally, if the Tcl integration feature is |
| 938 | ** enabled, the loaded version of Tcl is included, with a hyperlink to the |
| 939 | ** official Tcl/Tk web site. The footer also contains a TH1 script block |
| 940 | ** to help accomplish these tasks. |
| 941 | */ |
| 942 | static const char zBuiltinSkin5[] = |
| 943 | @ REPLACE INTO config(name,mtime,value) |
| 944 | @ VALUES('css',now(),'/* General settings for the entire page */ |
| 945 | @ body { |
| 946 |