Skip to content

Commit

Permalink
LPS-68045 Include source tag too
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Gonzalez authored and adolfopa committed Sep 26, 2016
1 parent f18dc33 commit 050306f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void populateConfigJSONObject(

String allowedContent = jsonObject.getString("allowedContent");

allowedContent += "picture[*](*);";
allowedContent += "picture[*](*); source[*](*); ";

jsonObject.put("allowedContent", allowedContent);

Expand Down

0 comments on commit 050306f

Please sign in to comment.