projects
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7907d8c
)
Fix typo in UserId.in template include.
author
Jason Stephenson
<jason@sigio.com>
Thu, 11 Dec 2014 20:43:57 +0000
(15:43 -0500)
committer
Jason Stephenson
<jason@sigio.com>
Thu, 11 Dec 2014 21:04:56 +0000
(16:04 -0500)
Signed-off-by: Jason Stephenson <jason@sigio.com>
templates/includes/UserId.inc
patch
|
blob
|
history
diff --git
a/templates/includes/UserId.inc
b/templates/includes/UserId.inc
index
31c5e08
..
e62efc4
100644
(file)
--- a/
templates/includes/UserId.inc
+++ b/
templates/includes/UserId.inc
@@
-3,7
+3,7
@@
<AgencyId>[% data.UserId.AgencyId | xml %]</AgencyId>
[% END -%]
[% IF data.UserId.UserIdentifierType -%]
-<UserIdentifierType>[% data.UserId.UserIdentifierType | xml %]</UserIdentif
eri
Type>
+<UserIdentifierType>[% data.UserId.UserIdentifierType | xml %]</UserIdentif
ier
Type>
[% END -%]
<UserIdentifierValue>[% data.UserId.UserIdentifierValue | xml %]</UserIdentifierValue>
</UserId>