Fossil SCM
Form input label for new wiki search ([07bd8796dc]) reflects it's current function of only searching page _titles_.
Commit
80bcc3a18ee580c54114b6fb1f681f3bc97f1bac
Parent
07bd8796dc91cc6…
1 file changed
+1
-1
+1
-1
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -152,11 +152,11 @@ | ||
| 152 | 152 | @ <li> Create a <a href="%s(g.zBaseURL)/wikinew">new wiki page</a>.</li> |
| 153 | 153 | } |
| 154 | 154 | @ <li> <a href="%s(g.zBaseURL)/wcontent">List of All Wiki Pages</a> |
| 155 | 155 | @ available on this server.</li> |
| 156 | 156 | @ <li> <form method="GET" action="%s(g.zBaseURL)/wfind"> |
| 157 | - @ Search the wiki: <input type="text" name="title"/> <input type="submit" /> | |
| 157 | + @ Search wiki titles: <input type="text" name="title"/> <input type="submit" /> | |
| 158 | 158 | @ </li> |
| 159 | 159 | @ </ul> |
| 160 | 160 | style_footer(); |
| 161 | 161 | return; |
| 162 | 162 | } |
| 163 | 163 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -152,11 +152,11 @@ | |
| 152 | @ <li> Create a <a href="%s(g.zBaseURL)/wikinew">new wiki page</a>.</li> |
| 153 | } |
| 154 | @ <li> <a href="%s(g.zBaseURL)/wcontent">List of All Wiki Pages</a> |
| 155 | @ available on this server.</li> |
| 156 | @ <li> <form method="GET" action="%s(g.zBaseURL)/wfind"> |
| 157 | @ Search the wiki: <input type="text" name="title"/> <input type="submit" /> |
| 158 | @ </li> |
| 159 | @ </ul> |
| 160 | style_footer(); |
| 161 | return; |
| 162 | } |
| 163 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -152,11 +152,11 @@ | |
| 152 | @ <li> Create a <a href="%s(g.zBaseURL)/wikinew">new wiki page</a>.</li> |
| 153 | } |
| 154 | @ <li> <a href="%s(g.zBaseURL)/wcontent">List of All Wiki Pages</a> |
| 155 | @ available on this server.</li> |
| 156 | @ <li> <form method="GET" action="%s(g.zBaseURL)/wfind"> |
| 157 | @ Search wiki titles: <input type="text" name="title"/> <input type="submit" /> |
| 158 | @ </li> |
| 159 | @ </ul> |
| 160 | style_footer(); |
| 161 | return; |
| 162 | } |
| 163 |