Skip to content
Snippets Groups Projects
Commit a370bb06 authored by Mark Ottaway's avatar Mark Ottaway
Browse files

Added missing <% end %> to template

parent 8227aad1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment