You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by pa...@apache.org on 2001/12/21 04:04:11 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html top.vm

paulsp      01/12/20 19:04:11

  Modified:    webapp/WEB-INF/templates/vm/navigations/html top.vm
  Log:
  Remove / from <img > per HTML spec.
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm
  
  Index: top.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- top.vm	2001/12/17 22:59:56	1.7
  +++ top.vm	2001/12/21 03:04:11	1.8
  @@ -20,7 +20,7 @@
         ##
         <td align="left" width="30%">
           <a href="$link">
  -          <img border="0" alt="$l10n.HOME" src="$LogoURI" />
  +          <img border="0" alt="$l10n.HOME" src="$LogoURI">
           </a>
         </td>
         ##
  @@ -77,7 +77,7 @@
         ##
         <td align="left" width="30%">
           <a href="$link">
  -          <img border="0" alt="$l10n.HOME" src="$LogoURI" />
  +          <img border="0" alt="$l10n.HOME" src="$LogoURI">
           </a>
         </td>
         ##
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>