Latin America/Templates/Header
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html lang="en"> | <html lang="en"> | ||
- | |||
<head> | <head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | <meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
Line 21: | Line 20: | ||
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script> | <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script> | ||
<![endif]--> | <![endif]--> | ||
+ | |||
+ | <!-- Remove all empty <p> tags --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
<style type="text/css"> | <style type="text/css"> |
Revision as of 05:08, 14 August 2013