diff --git a/src/main/java/org/opennars/applications/crossing/OperatorPanel.java b/src/main/java/org/opennars/applications/crossing/OperatorPanel.java
index 30fd6fc361c33be6ebc565b33c0e07d6e54c066f..982370c09da62913dd0a8272004ffe244551d96a 100755
--- a/src/main/java/org/opennars/applications/crossing/OperatorPanel.java
+++ b/src/main/java/org/opennars/applications/crossing/OperatorPanel.java
@@ -65,7 +65,7 @@ public class OperatorPanel extends javax.swing.JFrame {
                         //if(Math.abs(nar.time() - t.sentence.getOccurenceTime()) < 10000) { //not too long ago //outcommented as system reports newest result anyway
                             for(int i = 0; i<filter.size(); i++) {
                                 if(filter.get(i).equals(t.getTerm())) {
-                                    narText = "Q"+i+": "+t.getBestSolution() + "(frame=" + RealCrossing.i + ")\n" + narText;
+                                    narText = "Q"+i+": "+t.getBestSolution() + " (frame=" + RealCrossing.i + ")\n" + narText;
                                     if(narText.length() > 2000) {
                                         narText = "";
                                     }