summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst b/Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst
index b4249c05a43..4ebce9c2a8b 100644
--- a/Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst
+++ b/Master/texmf-dist/bibtex/bst/udesoftec/udesoftec.bst
@@ -1,5 +1,5 @@
%% special citation style which is based on german WIRTSCHAFTSINFORMATIK with some proper adjustments to reality
-% last change 2013/06/25
+% last change 2013/08/12
%
% most important things:
% * do not use crossref - it will be ignored but may raise warnings of not found entries due to wrong order in bibfile
@@ -396,7 +396,7 @@ FUNCTION {format.url}
FUNCTION {format.urldate}
{ urldate empty$
{ "" }
- { "\bblurldate{" * urldate * "}" }
+ { "\bblurldate{" urldate * "}" * }
if$
}