diff options
Diffstat (limited to 'templates/pathsreport.html')
-rw-r--r-- | templates/pathsreport.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pathsreport.html b/templates/pathsreport.html index 8ce93be..f22f1ef 100644 --- a/templates/pathsreport.html +++ b/templates/pathsreport.html @@ -30,7 +30,7 @@ <p> <table style="font-family: Consolas, Lucida Console, monospace;"> -<tr><th>Path</th><th>Code</th><th>Type</th></tr> +<tr><th>Code</th><th>Path</th><th>Type</th></tr> {% for c,p,t in bypathslist %} <tr> <td> |