Fossil SCM
Fixed a couple mis-formatted SETTING decls, per [forum:6f1b0483cd | forum post 6f1b0483cd].
Commit
0dd4118063d3c13a1b21155f4dfc0ef86cd6d1a5bf95d67d277e54c28d162bba
Parent
74bd3fd4d91dd7e…
1 file changed
+4
-2
M
src/db.c
+4
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -3949,17 +3949,19 @@ | ||
| 3949 | 3949 | ** However, a value of 1 causes the visited/unvisited colors of hyperlinks |
| 3950 | 3950 | ** to stop working on Safari-derived web browsers. When this setting is 2, |
| 3951 | 3951 | ** the hyperlinks work better on Safari, but more robots are able to sneak |
| 3952 | 3952 | ** in. |
| 3953 | 3953 | */ |
| 3954 | -/* SETTING: auto-hyperlink-delay width=16 default=0 | |
| 3954 | +/* | |
| 3955 | +** SETTING: auto-hyperlink-delay width=16 default=0 | |
| 3955 | 3956 | ** |
| 3956 | 3957 | ** When the auto-hyperlink setting is 1, the javascript that runs to set |
| 3957 | 3958 | ** the href= attributes of hyperlinks delays by this many milliseconds |
| 3958 | 3959 | ** after the page load. Suggested values: 50 to 200. |
| 3959 | 3960 | */ |
| 3960 | -/* Setting: auto-hyperlink-mouseover boolean default=off | |
| 3961 | +/* | |
| 3962 | +** SETTING: auto-hyperlink-mouseover boolean default=off | |
| 3961 | 3963 | ** |
| 3962 | 3964 | ** When the auto-hyperlink setting is 1 and this setting is on, the |
| 3963 | 3965 | ** javascript that runs to set the href= attributes of hyperlinks waits |
| 3964 | 3966 | ** until either a mousedown or mousemove event is seen. This helps |
| 3965 | 3967 | ** to distinguish real users from robots. For maximum robot defense, |
| 3966 | 3968 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3949,17 +3949,19 @@ | |
| 3949 | ** However, a value of 1 causes the visited/unvisited colors of hyperlinks |
| 3950 | ** to stop working on Safari-derived web browsers. When this setting is 2, |
| 3951 | ** the hyperlinks work better on Safari, but more robots are able to sneak |
| 3952 | ** in. |
| 3953 | */ |
| 3954 | /* SETTING: auto-hyperlink-delay width=16 default=0 |
| 3955 | ** |
| 3956 | ** When the auto-hyperlink setting is 1, the javascript that runs to set |
| 3957 | ** the href= attributes of hyperlinks delays by this many milliseconds |
| 3958 | ** after the page load. Suggested values: 50 to 200. |
| 3959 | */ |
| 3960 | /* Setting: auto-hyperlink-mouseover boolean default=off |
| 3961 | ** |
| 3962 | ** When the auto-hyperlink setting is 1 and this setting is on, the |
| 3963 | ** javascript that runs to set the href= attributes of hyperlinks waits |
| 3964 | ** until either a mousedown or mousemove event is seen. This helps |
| 3965 | ** to distinguish real users from robots. For maximum robot defense, |
| 3966 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3949,17 +3949,19 @@ | |
| 3949 | ** However, a value of 1 causes the visited/unvisited colors of hyperlinks |
| 3950 | ** to stop working on Safari-derived web browsers. When this setting is 2, |
| 3951 | ** the hyperlinks work better on Safari, but more robots are able to sneak |
| 3952 | ** in. |
| 3953 | */ |
| 3954 | /* |
| 3955 | ** SETTING: auto-hyperlink-delay width=16 default=0 |
| 3956 | ** |
| 3957 | ** When the auto-hyperlink setting is 1, the javascript that runs to set |
| 3958 | ** the href= attributes of hyperlinks delays by this many milliseconds |
| 3959 | ** after the page load. Suggested values: 50 to 200. |
| 3960 | */ |
| 3961 | /* |
| 3962 | ** SETTING: auto-hyperlink-mouseover boolean default=off |
| 3963 | ** |
| 3964 | ** When the auto-hyperlink setting is 1 and this setting is on, the |
| 3965 | ** javascript that runs to set the href= attributes of hyperlinks waits |
| 3966 | ** until either a mousedown or mousemove event is seen. This helps |
| 3967 | ** to distinguish real users from robots. For maximum robot defense, |
| 3968 |