From 9fcf34223f624e9fdd49c20277d8d49561e4b00d Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Mon, 21 Mar 2016 14:28:58 +0100 Subject: [PATCH] A wrong document encoding in the header --- app/helpers/dmsf_helper.rb | 5 ++++- app/helpers/dmsf_links_helper.rb | 4 +++- app/helpers/dmsf_workflows_helper.rb | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/helpers/dmsf_helper.rb b/app/helpers/dmsf_helper.rb index e06e403d..8d7d66ab 100644 --- a/app/helpers/dmsf_helper.rb +++ b/app/helpers/dmsf_helper.rb @@ -1,6 +1,9 @@ +# encoding: utf-8 +# # Redmine plugin for Document Management System "Features" # -# Copyright (C) 2011 Vít Jonáš +# Copyright (C) 2011 Vít Jonáš +# Copyright (C) 2011-16 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_links_helper.rb b/app/helpers/dmsf_links_helper.rb index 9a1a89a7..ad704e67 100644 --- a/app/helpers/dmsf_links_helper.rb +++ b/app/helpers/dmsf_links_helper.rb @@ -1,6 +1,8 @@ +# encoding: utf-8 +# # Redmine plugin for Document Management System "Features" # -# Copyright (C) 2014 Karel Pičman +# Copyright (C) 2011-16 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_workflows_helper.rb b/app/helpers/dmsf_workflows_helper.rb index a4acf3d2..87052239 100644 --- a/app/helpers/dmsf_workflows_helper.rb +++ b/app/helpers/dmsf_workflows_helper.rb @@ -1,4 +1,5 @@ -# encoding: utf-8# +# encoding: utf-8 +# # Redmine plugin for Document Management System "Features" # # Copyright (C) 2011-16 Karel Pičman