Commit a370bb06 authored by Mark Ottaway's avatar Mark Ottaway
Browse files

Added missing <% end %> to template

parent 8227aad1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,9 +59,10 @@ perl {
	#  names other than the defaults.
	#
	<% if defined?(@function_names) %>
	<% @function_names.sort.each do |default, value| -%>
	<% @function_names.each_pair do |default, value| -%>
    <%= default %><%= value %>
    <% end -%>
    <% end %>
	#func_authenticate = authenticate
	#func_authorize = authorize
	#func_preacct = preacct
+1 −1

File changed.

Contains only whitespace changes.