Skip to content

Commit

Permalink
#16046 : Display content key in key/value field
Browse files Browse the repository at this point in the history
  • Loading branch information
dsolistorres committed Mar 8, 2019
1 parent 1b6ec86 commit edb424a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,9 +1004,6 @@
<%if(keyValueMap!=null && !keyValueMap.isEmpty()){
int k = 0;
for(String key : keyValueMap.keySet()){
if(key.equals("content")){
continue;
}
String str_style = "";
if ((k%2)==0) {
str_style = "class=\"dojoDndItem alternate_1\"";
Expand Down

0 comments on commit edb424a

Please sign in to comment.