Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.02 KB | None | 0 0
  1. Matthias-Notts-MacBook-Pro:Webi_DestinationFormat mnott$ diff -w webidestinationformat.jsp webidestinationformat.jsp.ori
  2. 43c43
  3. <     String imgUrl = rpContext + request.getParameter(ActionHelper.APP_SERVICE_URL_PARAM) + "?service=skinning&resource=img&img=";
  4. ---
  5. >     String imgUrl = rpContext + Utility.convStr(request.getParameter(ActionHelper.APP_SERVICE_URL_PARAM)) + "?service=skinning&resource=img&img=";
  6. 109,111d108
  7. <
  8. <               int j = 0;
  9. <               try{
  10. 114c111
  11. <               j = 0;
  12. ---
  13. >               int j = 0;
  14. 131,132d127
  15. <     } catch(Exception e){System.out.println("mnott's error");}
  16. <
  17. 146c141
  18. <       <link rel='stylesheet' type='text/css' name='stylelink' href='<%= warFilePath+request.getParameter(ActionHelper.APP_SERVICE_URL_PARAM) + "?service=skinning&resource=stylesheet"%>'>
  19. ---
  20. >       <link rel='stylesheet' type='text/css' name='stylelink' href='<%= warFilePath+ Utility.convStr(request.getParameter(ActionHelper.APP_SERVICE_URL_PARAM)) + "?service=skinning&resource=stylesheet"%>'>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement