STYLE: add quotes around html attributes

This commit is contained in:
Mark Olesen
2010-04-14 09:41:52 +02:00
parent bbb22dc331
commit 6a48570c20
2 changed files with 13 additions and 9 deletions

View File

@ -14,7 +14,9 @@
<body> <body>
<a id="openfoam"> </a> <a id="openfoam"> </a>
<!-- Top banner --> <!-- Top banner -->
<table style="border-width: 0px; width: 800px; background: #ddddff;" cellspacing=0 cellpadding=0> <table
style="border-width: 0px; width: 800px; background: #ddddff;"
cellspacing="0" cellpadding="0">
<tr> <tr>
<td style="width: 9px; height:54px"></td> <td style="width: 9px; height:54px"></td>
<td style="width: 250px; height:54px; vertical-align:middle; <td style="width: 250px; height:54px; vertical-align:middle;
@ -38,23 +40,23 @@ horizontal-align: left; ">
<td valign="top"> <td valign="top">
<table width="801" border="0" cellspacing="1" cellpadding="0" bgcolor="#ffffff"> <table width="801" border="0" cellspacing="1" cellpadding="0" bgcolor="#ffffff">
<tr> <tr>
<td class=leftmenu>&nbsp; <td class="leftmenu">&nbsp;
<a href="http://foam.sourceforge.net/doc/Doxygen/html" <a href="http://foam.sourceforge.net/doc/Doxygen/html"
class="menuLefton">Source Guide</a> class="menuLefton">Source Guide</a>
</td> </td>
<td class=topmenu> <td class="topmenu">
<a href="http://www.openfoam.com/about/" <a href="http://www.openfoam.com/about/"
class="menuTopoff">OpenCFD</a> class="menuTopoff">OpenCFD</a>
</td> </td>
<td class=topmenu> <td class="topmenu">
<a href="http://www.openfoam.com/features/" <a href="http://www.openfoam.com/features/"
class="menuTopoff">Features</a> class="menuTopoff">Features</a>
</td> </td>
<td class=topmenu> <td class="topmenu">
<a href="http://www.openfoam.com/contact/" <a href="http://www.openfoam.com/contact/"
class="menuTopoff">Contact</a> class="menuTopoff">Contact</a>
</td> </td>
<td class=topmenu> <td class="topmenu">
<a href="http://www.openfoam.com/" <a href="http://www.openfoam.com/"
class="menuTopoff">OpenFOAM</a> class="menuTopoff">OpenFOAM</a>
</td> </td>
@ -64,6 +66,8 @@ horizontal-align: left; ">
</td> </td>
</tr> </tr>
</table> </table>
<table style="border-width: 0px; width: 800px; background: #ffffff;" cellspacing=5 cellpadding=0> <table
style="border-width: 0px; width: 800px; background: #ffffff;"
cellspacing="5" cellpadding="0">
<tr> <tr>
<td> <td>

View File

@ -41,7 +41,7 @@ License
OpenFOAM comes with full commercial support from OpenCFD, including OpenFOAM comes with full commercial support from OpenCFD, including
<a href="http://www.openfoam.com/support/software.php">software support</a>, <a href="http://www.openfoam.com/support/software.php">software support</a>,
<a href="http://www.openfoam.com/support/development.php">contracted developments</a> <a href="http://www.openfoam.com/support/development.php">contracted developments</a>
and a programme of <a href="http://www.openfoam.com/training">training courses</a>. and a programme of <a href="http://www.openfoam.com/training/">training courses</a>.
These activities fund the development, maintenance and release of These activities fund the development, maintenance and release of
OpenFOAM to make it an extremely viable commercial open source product. OpenFOAM to make it an extremely viable commercial open source product.