diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-22 14:40:27 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-22 14:40:27 -0400 |
commit | aa34949520b7d37e1ce6168ba4c7350d3db79476 (patch) | |
tree | 0a481f5b234fb4d450d2a75230881eabd7fa8341 /lib | |
parent | eecd611f678febabe1d62d5cf9b0bc152caf7596 (diff) |
typo in common_mint_tag
darcs-hash:20080522184027-84dde-f6e53502335b5cd14bc1a2323b3f3eeb99b33cd4.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 83c0964f5..9057382db 100644 --- a/lib/util.php +++ b/lib/util.php @@ -436,7 +436,7 @@ function common_mint_tag($extra) { global $config; return 'tag:'.$config['tag']['authority'].','. - $config['tag']['date'].':'$config['tag']['prefix'].$extra; + $config['tag']['date'].':'.$config['tag']['prefix'].$extra; } // XXX: set up gettext |