Difference between revisions of "Template:ElanVitalKoreaMWlook"
Line 33: | Line 33: | ||
</style> | </style> | ||
+ | |||
+ | <!-- Remove all empty <p> tags --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 15:34, 26 August 2015