Fossil SCM
Fixed a typo
Commit
692aceed4bc728949db085dbb770be0e3fa1d2af4c584e4c81c878c316fe26af
Parent
2190f86c324d0f5…
1 file changed
+1
-1
+1
-1
| --- www/forum.wiki | ||
| +++ www/forum.wiki | ||
| @@ -205,11 +205,11 @@ | ||
| 205 | 205 | |
| 206 | 206 | The first thing is that you'll need to add something like the following |
| 207 | 207 | to the Header part of the skin to create the navbar link: |
| 208 | 208 | |
| 209 | 209 | <verbatim> |
| 210 | - if {[anycap 23456] || [anoncap 2] || [anoncap 3]} {, | |
| 210 | + if {[anycap 23456] || [anoncap 2] || [anoncap 3]} { | |
| 211 | 211 | menulink /forum Forum |
| 212 | 212 | } |
| 213 | 213 | </verbatim> |
| 214 | 214 | |
| 215 | 215 | These rules say that any logged-in user with any forum-related |
| 216 | 216 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -205,11 +205,11 @@ | |
| 205 | |
| 206 | The first thing is that you'll need to add something like the following |
| 207 | to the Header part of the skin to create the navbar link: |
| 208 | |
| 209 | <verbatim> |
| 210 | if {[anycap 23456] || [anoncap 2] || [anoncap 3]} {, |
| 211 | menulink /forum Forum |
| 212 | } |
| 213 | </verbatim> |
| 214 | |
| 215 | These rules say that any logged-in user with any forum-related |
| 216 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -205,11 +205,11 @@ | |
| 205 | |
| 206 | The first thing is that you'll need to add something like the following |
| 207 | to the Header part of the skin to create the navbar link: |
| 208 | |
| 209 | <verbatim> |
| 210 | if {[anycap 23456] || [anoncap 2] || [anoncap 3]} { |
| 211 | menulink /forum Forum |
| 212 | } |
| 213 | </verbatim> |
| 214 | |
| 215 | These rules say that any logged-in user with any forum-related |
| 216 |