Switch to side-by-side view

--- a/tool/run/plugins/spdx/show.java
+++ b/tool/run/plugins/spdx/show.java
@@ -164,11 +164,14 @@
                      + file.getAbsolutePath().replace(core.getProductsFolder()
                              .getAbsolutePath(), "");
              
+             //filteredPath = filteredPath.replace(" ", "%20");
+           
              String fileLink = html.link(file.getName(), 
                              "?x=summary&spdx="
                              + filteredPath
                              + "");
              
+             System.err.println("MSG SH23 - " + fileLink);
              
            result +=  Table.alignedTable(new String[]{
                  html.getIcon("document-text.png", request),