Fossil SCM
changed title of admin/behavior page to be consistent with the other pages
Commit
7b32e45bd76555172d8813821c423297d22698d8
Parent
92e85dc68e519db…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -797,11 +797,11 @@ | ||
| 797 | 797 | login_check_credentials(); |
| 798 | 798 | if( !g.okSetup ){ |
| 799 | 799 | login_needed(); |
| 800 | 800 | } |
| 801 | 801 | |
| 802 | - style_header("Fossil SCM behavior"); | |
| 802 | + style_header("Fossil SCM Behavior"); | |
| 803 | 803 | db_begin_transaction(); |
| 804 | 804 | @ <form action="%s(g.zBaseURL)/setup_behavior" method="POST"> |
| 805 | 805 | login_insert_csrf_secret(); |
| 806 | 806 | |
| 807 | 807 | @ <hr> |
| 808 | 808 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -797,11 +797,11 @@ | |
| 797 | login_check_credentials(); |
| 798 | if( !g.okSetup ){ |
| 799 | login_needed(); |
| 800 | } |
| 801 | |
| 802 | style_header("Fossil SCM behavior"); |
| 803 | db_begin_transaction(); |
| 804 | @ <form action="%s(g.zBaseURL)/setup_behavior" method="POST"> |
| 805 | login_insert_csrf_secret(); |
| 806 | |
| 807 | @ <hr> |
| 808 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -797,11 +797,11 @@ | |
| 797 | login_check_credentials(); |
| 798 | if( !g.okSetup ){ |
| 799 | login_needed(); |
| 800 | } |
| 801 | |
| 802 | style_header("Fossil SCM Behavior"); |
| 803 | db_begin_transaction(); |
| 804 | @ <form action="%s(g.zBaseURL)/setup_behavior" method="POST"> |
| 805 | login_insert_csrf_secret(); |
| 806 | |
| 807 | @ <hr> |
| 808 |