summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/export/pdf.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/redmine/export/pdf.rb b/lib/redmine/export/pdf.rb
index be4f4df94..1da58855b 100644
--- a/lib/redmine/export/pdf.rb
+++ b/lib/redmine/export/pdf.rb
@@ -459,8 +459,9 @@ module Redmine
indice = indice + 1
pdf.SetFontStyle('B',8)
pdf.RDMCell(190,5,
- format_time(journal.created_on) + " - " +
- journal.user.name + " #" + indice.to_s )
+ "#" + indice.to_s +
+ " - " + format_time(journal.created_on) +
+ " - " + journal.user.name)
pdf.Ln
pdf.SetFontStyle('I',8)
for detail in journal.details