Switch to unified view

a/tool/src/utils/html.java b/tool/src/utils/html.java
...
...
229
    * Search a term using the VirusTotal engine
229
    * Search a term using the VirusTotal engine
230
    * @param what the search term to be found
230
    * @param what the search term to be found
231
    * @return The HTML text prepared to be added on a web page
231
    * @return The HTML text prepared to be added on a web page
232
    */
232
    */
233
   public static String linkToSearchMetaScan(String what){
233
   public static String linkToSearchMetaScan(String what){
234
        return html.link("Metascan Online", "https://www.metascan.com/en/file/"
234
        return html.link("Metascan Online", ""
235
                + "https://www.metascan-online.com/en/scanresult/hash/"
235
                +what
236
                + what
236
                +"/analysis/");
237
                );
237
    }
238
    }
238
  
239
  
239
   
240
   
240
   
241
   
241
   /**
242
   /**