Tied month to year in format.date
authorTim Pope <code@tpope.net>
Sun, 16 Nov 2003 19:05:01 +0000 (19:05 +0000)
committerTim Pope <code@tpope.net>
Sun, 16 Nov 2003 19:05:01 +0000 (19:05 +0000)
mlastyle.bst

index 52c6404fa2c06a5296b6cb680f816e697938ad9c..f74f8fd7f2c5931097fb5d5d23c6b0e1a72f1225 100644 (file)
@@ -385,7 +385,7 @@ FUNCTION {format.date}
     }
     { month empty$
        'year
-       { month " " * year * }
+       { month "~" * year * }
       if$
     }
   if$