xlawrence    2005/05/27 12:00:16 CEST

  Modified files:
    core/src/webapp/jsp/jahia/htmleditors/xinha 
                                                xinha_htmleditor.jsp 
  Log:
  Corrected contextURL bug
  
  Revision  Changes    Path
  1.2       +1 -1      
jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/xinha_htmleditor.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/xinha_htmleditor.jsp.diff?r1=1.1&r2=1.2&f=h
  
  
  
  Index: xinha_htmleditor.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/htmleditors/xinha/xinha_htmleditor.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xinha_htmleditor.jsp      26 May 2005 15:12:17 -0000      1.1
  +++ xinha_htmleditor.jsp      27 May 2005 10:00:15 -0000      1.2
  @@ -284,7 +284,7 @@
   <table width="100%" cellspacing="0" cellpadding="0" border="0">
     <tr>
       <td>
  -      <img src="<jahia:contextURL/>/images/pix.gif" width="1" height="400" 
border="0" alt="" /><br />
  +      <img src="<%=request.getContextPath() + 
"/jsp/jahia/engines/images/pix.gif"%>" width="1" height="400" border="0" alt="" 
/><br />
       </td>
       <td valign="top">
         <textarea id="jahiaEditor" name="jahiaEditor" style="WIDTH: 100%; 
HEIGHT: 
400px"><%=FormDataManager.getInstance().formEncode(theOldField)%></textarea>
  

Reply via email to