Fossil SCM

Fix naming of columns on the [/test-backlinks] page.

george 2022-10-03 01:31 deltify-tkt-blobs
Commit 6a5604f481d04426535379dd1044d017c6affaea3d96299746187156a1fa2058
1 file changed +1 -1
+1 -1
--- src/backlink.c
+++ src/backlink.c
@@ -132,11 +132,11 @@
132132
" ELSE null END FROM backlink"
133133
);
134134
style_table_sorter();
135135
@ <table border="1" cellpadding="2" cellspacing="0" \
136136
@ 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>
138138
@ <tbody>
139139
while( db_step(&q)==SQLITE_ROW ){
140140
const char *zTarget = db_column_text(&q, 0);
141141
int srctype = db_column_int(&q, 1);
142142
int srcid = db_column_int(&q, 2);
143143
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button