From 6fa779715551162b18cd6272e4f5be3dcf17dd29 Mon Sep 17 00:00:00 2001 From: Andrew Wnuk Date: Mon, 27 Aug 2012 13:35:35 -0700 Subject: Small correction Small correction to fix for bug #819123. Bug #819123 --- dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dogtag') diff --git a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template index bfbb17de3..0d7dff8d4 100644 --- a/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template +++ b/dogtag/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template @@ -680,7 +680,7 @@ for (var m = 0; m < inputPluginListSet.length; m++) { } document.writeln(''); } else { - document.writeln(''); + document.writeln(''); } } else if (inputListSet[n].inputSyntax == 'dual_keygen_request_type') { keygen_request = 'true'; -- cgit