diff --git a/src/java/net/i2p/i2pfirefox/I2PGenericUnsafeBrowser.java b/src/java/net/i2p/i2pfirefox/I2PGenericUnsafeBrowser.java index cb9c694..51a8ad9 100644 --- a/src/java/net/i2p/i2pfirefox/I2PGenericUnsafeBrowser.java +++ b/src/java/net/i2p/i2pfirefox/I2PGenericUnsafeBrowser.java @@ -79,7 +79,7 @@ public class I2PGenericUnsafeBrowser { if (line.contains("(Default")){ String[] splitLine = line.split(" "); kb.close(); - return splitLine[splitLine.length-1].replace("%1", "").replaceAll("\\s+$", ""); + return splitLine[splitLine.length-1].replace("%1", "").replaceAll("\\s+$", "").replaceAll("\"\"", ""); } } // Match wasn't found, still need to close Scanner