Fossil SCM
Merging from trunk.
Commit
f8f63dfad93b93496af9c18e062566a45aee31c5
Parent
5e7d7144ecf8d75…
1 file changed
+1
-1
+1
-1
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -907,11 +907,11 @@ | ||
| 907 | 907 | if( !tabs ){ |
| 908 | 908 | struct GenerateHTML sState; |
| 909 | 909 | |
| 910 | 910 | db_multi_exec("PRAGMA empty_result_callbacks=ON"); |
| 911 | 911 | style_submenu_element("Raw", "Raw", |
| 912 | - "rptview?tablist=1&%s", PD("QUERY_STRING","")); | |
| 912 | + "rptview?tablist=1&%h", PD("QUERY_STRING","")); | |
| 913 | 913 | if( g.okAdmin |
| 914 | 914 | || (g.okTktFmt && g.zLogin && zOwner && strcmp(g.zLogin,zOwner)==0) ){ |
| 915 | 915 | style_submenu_element("Edit", "Edit", "rptedit?rn=%d", rn); |
| 916 | 916 | } |
| 917 | 917 | if( g.okTktFmt ){ |
| 918 | 918 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -907,11 +907,11 @@ | |
| 907 | if( !tabs ){ |
| 908 | struct GenerateHTML sState; |
| 909 | |
| 910 | db_multi_exec("PRAGMA empty_result_callbacks=ON"); |
| 911 | style_submenu_element("Raw", "Raw", |
| 912 | "rptview?tablist=1&%s", PD("QUERY_STRING","")); |
| 913 | if( g.okAdmin |
| 914 | || (g.okTktFmt && g.zLogin && zOwner && strcmp(g.zLogin,zOwner)==0) ){ |
| 915 | style_submenu_element("Edit", "Edit", "rptedit?rn=%d", rn); |
| 916 | } |
| 917 | if( g.okTktFmt ){ |
| 918 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -907,11 +907,11 @@ | |
| 907 | if( !tabs ){ |
| 908 | struct GenerateHTML sState; |
| 909 | |
| 910 | db_multi_exec("PRAGMA empty_result_callbacks=ON"); |
| 911 | style_submenu_element("Raw", "Raw", |
| 912 | "rptview?tablist=1&%h", PD("QUERY_STRING","")); |
| 913 | if( g.okAdmin |
| 914 | || (g.okTktFmt && g.zLogin && zOwner && strcmp(g.zLogin,zOwner)==0) ){ |
| 915 | style_submenu_element("Edit", "Edit", "rptedit?rn=%d", rn); |
| 916 | } |
| 917 | if( g.okTktFmt ){ |
| 918 |