Fossil SCM
Fix naming of columns on the [/test-backlinks] page.
Commit
6a5604f481d04426535379dd1044d017c6affaea3d96299746187156a1fa2058
Parent
4bb91f38a8c337a…
1 file changed
+1
-1
+1
-1
| --- src/backlink.c | ||
| +++ src/backlink.c | ||
| @@ -132,11 +132,11 @@ | ||
| 132 | 132 | " ELSE null END FROM backlink" |
| 133 | 133 | ); |
| 134 | 134 | style_table_sorter(); |
| 135 | 135 | @ <table border="1" cellpadding="2" cellspacing="0" \ |
| 136 | 136 | @ class='sortable' data-column-types='ttt' data-init-sort='0'> |
| 137 | - @ <thead><tr><th> Source <th> Target <th> mtime </tr></thead> | |
| 137 | + @ <thead><tr><th> Target <th> Source <th> mtime </tr></thead> | |
| 138 | 138 | @ <tbody> |
| 139 | 139 | while( db_step(&q)==SQLITE_ROW ){ |
| 140 | 140 | const char *zTarget = db_column_text(&q, 0); |
| 141 | 141 | int srctype = db_column_int(&q, 1); |
| 142 | 142 | int srcid = db_column_int(&q, 2); |
| 143 | 143 |
| --- src/backlink.c | |
| +++ src/backlink.c | |
| @@ -132,11 +132,11 @@ | |
| 132 | " ELSE null END FROM backlink" |
| 133 | ); |
| 134 | style_table_sorter(); |
| 135 | @ <table border="1" cellpadding="2" cellspacing="0" \ |
| 136 | @ class='sortable' data-column-types='ttt' data-init-sort='0'> |
| 137 | @ <thead><tr><th> Source <th> Target <th> mtime </tr></thead> |
| 138 | @ <tbody> |
| 139 | while( db_step(&q)==SQLITE_ROW ){ |
| 140 | const char *zTarget = db_column_text(&q, 0); |
| 141 | int srctype = db_column_int(&q, 1); |
| 142 | int srcid = db_column_int(&q, 2); |
| 143 |
| --- src/backlink.c | |
| +++ src/backlink.c | |
| @@ -132,11 +132,11 @@ | |
| 132 | " ELSE null END FROM backlink" |
| 133 | ); |
| 134 | style_table_sorter(); |
| 135 | @ <table border="1" cellpadding="2" cellspacing="0" \ |
| 136 | @ class='sortable' data-column-types='ttt' data-init-sort='0'> |
| 137 | @ <thead><tr><th> Target <th> Source <th> mtime </tr></thead> |
| 138 | @ <tbody> |
| 139 | while( db_step(&q)==SQLITE_ROW ){ |
| 140 | const char *zTarget = db_column_text(&q, 0); |
| 141 | int srctype = db_column_int(&q, 1); |
| 142 | int srcid = db_column_int(&q, 2); |
| 143 |