From: Jason Stephenson Date: Thu, 11 Dec 2014 20:43:57 +0000 (-0500) Subject: Fix typo in UserId.in template include. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=df5bcf59b5040246751ac5297f4f54321e5ca6b4;p=NCIPServer.git Fix typo in UserId.in template include. Signed-off-by: Jason Stephenson --- diff --git a/templates/includes/UserId.inc b/templates/includes/UserId.inc index 31c5e08..e62efc4 100644 --- a/templates/includes/UserId.inc +++ b/templates/includes/UserId.inc @@ -3,7 +3,7 @@ [% data.UserId.AgencyId | xml %] [% END -%] [% IF data.UserId.UserIdentifierType -%] -[% data.UserId.UserIdentifierType | xml %] +[% data.UserId.UserIdentifierType | xml %] [% END -%] [% data.UserId.UserIdentifierValue | xml %]