Tied month to year in format.date
[latex-mlastyle.git] / mlastyle.bst
index 52c6404fa2c06a5296b6cb680f816e697938ad9c..f74f8fd7f2c5931097fb5d5d23c6b0e1a72f1225 100644 (file)
@@ -385,7 +385,7 @@ FUNCTION {format.date}
     }
     { month empty$
        'year
-       { month " " * year * }
+       { month "~" * year * }
       if$
     }
   if$