www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e3d66dba5ced89e3842eb1c0fafd9231bc06108a
parent 30422c5d1dea4c0e6fece67ab453380e455c22b7
Author: Julian Onions <julian.onions@gmail.com>
Date:   Thu, 15 Nov 2007 21:33:12 +0000

Incorrect separator in the accessed date

Diffstat:
Mcsl/aag.csl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csl/aag.csl b/csl/aag.csl @@ -47,7 +47,7 @@ <group prefix=" (" suffix=")"> <text term="accessed" text-transform="lowercase" prefix="last " suffix=" "/> <date variable="accessed"> - <date-part name="day" suffix=", "/> + <date-part name="day" suffix=" "/> <date-part name="month" suffix=" "/> <date-part name="year"/> </date>