You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/04/18 08:19:42 UTC

cvs commit: modperl-docs/src/about jobs.html

stas        02/04/17 23:19:42

  Modified:    src/about jobs.html
  Log:
  remove the <p></p> from around <script> and remove <noscript> part as it
  breaks NS4.
  
  Revision  Changes    Path
  1.3       +3 -8      modperl-docs/src/about/jobs.html
  
  Index: jobs.html
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/about/jobs.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jobs.html	3 Apr 2002 05:15:08 -0000	1.2
  +++ jobs.html	18 Apr 2002 06:19:42 -0000	1.3
  @@ -11,15 +11,10 @@
   <p>(Note: The jobs listing is fetched from a remote site using
   JavaScript, so it may take a while before it gets downloaded.)</p>
   
  -<p>
  -<script language="JavaScript" src="http://jobs.perl.org/rss/mod_perl.js?limit=25;details=1"></script>
  -</p>
  -
  -<noscript>
  -<p><a href="http://jobs.perl.org/search?q=mod_perl">mod_perl jobs at
  -jobs.perl.org</a>.</p>
  -</noscript>
  +<script language="JavaScript" type="text/javascript" 
  +src="http://jobs.perl.org/rss/mod_perl.js?limit=25;details=1"></script>
   
  +<!-- cannot use noscript, as it breaks layout in NS4 :( -->
   
   </body>
   </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org