Fossil SCM
Minor doc clarification.
Commit
c05ec7d924dfe7809f3c4dc62854ae675cb7e8a41e9fc2e36a72360eea6cd2f7
Parent
2d6bb6e97704746…
1 file changed
+4
-4
+4
-4
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -121,18 +121,18 @@ | ||
| 121 | 121 | ** |
| 122 | 122 | ** The rankings were initially defined in |
| 123 | 123 | ** https://fossil-scm.org/forum/forumpost/caf8c9a8bb |
| 124 | 124 | ** and are: |
| 125 | 125 | ** |
| 126 | -** 0) A URI starting with draft1-9, linked to via /setup_skin, trumps | |
| 127 | -** everything else. | |
| 126 | +** 0) A skin name matching the glob draft[1-9] trumps everything else. | |
| 128 | 127 | ** |
| 129 | 128 | ** 1) The --skin flag or skin: CGI config setting. |
| 130 | 129 | ** |
| 131 | 130 | ** 2) The "skin" display setting cookie or URL argument, in that |
| 132 | -** order. If the URL argument is provided and refers to a legal | |
| 133 | -** skin then that will update the display cookie. | |
| 131 | +** order. If the "skin" URL argument is provided and refers to a legal | |
| 132 | +** skin then that will update the display cookie. If the skin name is | |
| 133 | +** illegal it is silently ignored. | |
| 134 | 134 | ** |
| 135 | 135 | ** 3) Skin properties from the CONFIG db table |
| 136 | 136 | ** |
| 137 | 137 | ** 4) Default skin. |
| 138 | 138 | */ |
| 139 | 139 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -121,18 +121,18 @@ | |
| 121 | ** |
| 122 | ** The rankings were initially defined in |
| 123 | ** https://fossil-scm.org/forum/forumpost/caf8c9a8bb |
| 124 | ** and are: |
| 125 | ** |
| 126 | ** 0) A URI starting with draft1-9, linked to via /setup_skin, trumps |
| 127 | ** everything else. |
| 128 | ** |
| 129 | ** 1) The --skin flag or skin: CGI config setting. |
| 130 | ** |
| 131 | ** 2) The "skin" display setting cookie or URL argument, in that |
| 132 | ** order. If the URL argument is provided and refers to a legal |
| 133 | ** skin then that will update the display cookie. |
| 134 | ** |
| 135 | ** 3) Skin properties from the CONFIG db table |
| 136 | ** |
| 137 | ** 4) Default skin. |
| 138 | */ |
| 139 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -121,18 +121,18 @@ | |
| 121 | ** |
| 122 | ** The rankings were initially defined in |
| 123 | ** https://fossil-scm.org/forum/forumpost/caf8c9a8bb |
| 124 | ** and are: |
| 125 | ** |
| 126 | ** 0) A skin name matching the glob draft[1-9] trumps everything else. |
| 127 | ** |
| 128 | ** 1) The --skin flag or skin: CGI config setting. |
| 129 | ** |
| 130 | ** 2) The "skin" display setting cookie or URL argument, in that |
| 131 | ** order. If the "skin" URL argument is provided and refers to a legal |
| 132 | ** skin then that will update the display cookie. If the skin name is |
| 133 | ** illegal it is silently ignored. |
| 134 | ** |
| 135 | ** 3) Skin properties from the CONFIG db table |
| 136 | ** |
| 137 | ** 4) Default skin. |
| 138 | */ |
| 139 |