summaryrefslogtreecommitdiff
path: root/chef/lib/chef/mixin/xml_escape.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/lib/chef/mixin/xml_escape.rb')
-rw-r--r--chef/lib/chef/mixin/xml_escape.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/chef/lib/chef/mixin/xml_escape.rb b/chef/lib/chef/mixin/xml_escape.rb
index 7ab40470b4..d33d8d514b 100644
--- a/chef/lib/chef/mixin/xml_escape.rb
+++ b/chef/lib/chef/mixin/xml_escape.rb
@@ -1,4 +1,4 @@
-#
+#--
# Author:: Daniel DeLeo (<dan@opscode.com>)
# Copyright:: Copyright (c) 2009 Opscode, Inc.
# Copyright:: Copyright (c) 2005 Sam Ruby
@@ -16,7 +16,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-#
+#--
# Portions of this code are adapted from Sam Ruby's xchar.rb
# http://intertwingly.net/stories/2005/09/28/xchar.rb
#