Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 0691cd5

Browse files
doobriearindam-bandyopadhyay
authored andcommitted
Fix issue #20684 (#21755)
* Fix issue #20684 Removed the additional quote character that is displayed within the Batch Admin UI. * Fixed copyright date
1 parent fd60aa4 commit 0691cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/appserver/admingui/full/src/main/resources/batch/batchStepListing.jsf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44

5-
Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2013-2017 Oracle and/or its affiliates. All rights reserved.
66

77
The contents of this file are subject to the terms of either the GNU
88
General Public License Version 2 only ("GPL") or the Common Development
@@ -155,7 +155,7 @@
155155
</sun:tableColumn>
156156
</sun:tableRowGroup>
157157
</sun:table>
158-
"<br/>"
158+
"<br/>
159159
<sun:hidden id="helpKey" value="$resource{help_full.jobStepListing}" />
160160
</sun:form>
161161
</define>

0 commit comments

Comments
 (0)