Fossil SCM
The sublist of robot defenses under security audit should use a,b,c,... not 1,2,3,...
Commit
1e4202dec7dee2a5391942a563dca7ca037702c1b51cb0627ccbf6c0a23f8a07
Parent
9018c6f22ae8afc…
1 file changed
+1
-1
+1
-1
| --- src/security_audit.c | ||
| +++ src/security_audit.c | ||
| @@ -694,11 +694,11 @@ | ||
| 694 | 694 | table_of_public_phantoms(); |
| 695 | 695 | @ </li> |
| 696 | 696 | } |
| 697 | 697 | |
| 698 | 698 | @ <li><p>Robot Defenses: |
| 699 | - @ <ol> | |
| 699 | + @ <ol type="a"> | |
| 700 | 700 | switch( db_get_int("auto-hyperlink",1) ){ |
| 701 | 701 | default: |
| 702 | 702 | @ <li> No auto-enable of hyperlinks. |
| 703 | 703 | break; |
| 704 | 704 | case 1: |
| 705 | 705 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -694,11 +694,11 @@ | |
| 694 | table_of_public_phantoms(); |
| 695 | @ </li> |
| 696 | } |
| 697 | |
| 698 | @ <li><p>Robot Defenses: |
| 699 | @ <ol> |
| 700 | switch( db_get_int("auto-hyperlink",1) ){ |
| 701 | default: |
| 702 | @ <li> No auto-enable of hyperlinks. |
| 703 | break; |
| 704 | case 1: |
| 705 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -694,11 +694,11 @@ | |
| 694 | table_of_public_phantoms(); |
| 695 | @ </li> |
| 696 | } |
| 697 | |
| 698 | @ <li><p>Robot Defenses: |
| 699 | @ <ol type="a"> |
| 700 | switch( db_get_int("auto-hyperlink",1) ){ |
| 701 | default: |
| 702 | @ <li> No auto-enable of hyperlinks. |
| 703 | break; |
| 704 | case 1: |
| 705 |