forked from HPR/hpr_generator
		
	Remove uneeded in-line styling and tag attributes
This commit is contained in:
		| @@ -18,7 +18,7 @@ | ||||
| 		on h.hostid = e.hostid | ||||
| 		order by h.host' | ||||
| 	) %--> | ||||
| 	<tr height="80"> | ||||
| 	<tr> | ||||
| 	<td><!--% get_avatar(host.hostid, host.host, host_cnt > 8) %--></td> | ||||
|  | ||||
| 		<td><strong><!--% host.host %--></strong><br> | ||||
|   | ||||
| @@ -67,7 +67,7 @@ | ||||
| </main> | ||||
|  | ||||
| <footer id="footer_page"> | ||||
|   <h1 class="thick_bar"><span style="padding-left: 1em;">More Information...</span></h1> | ||||
|   <h1 class="thick_bar">More Information...</h1> | ||||
|   <div id="more_info"> | ||||
|     <nav class="column"> | ||||
|       <h2>Ancestry</h2> | ||||
| @@ -133,7 +133,7 @@ | ||||
|       </ul> | ||||
|     </nav> | ||||
|   </div><!-- more_info --> | ||||
|   <h1 class="thick_bar"><span style="padding-left: 1em;">Copyright Information</span></h1>   | ||||
|   <h1 class="thick_bar">Copyright Information</h1>   | ||||
|   <div id="copyright"> | ||||
|     <p> | ||||
|     Unless otherwise stated, our shows are released under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"> | ||||
| @@ -141,7 +141,6 @@ | ||||
|     <p> | ||||
|     The <span property="dct:title">HPR Website Design</span> is released to the <a rel="license" href="https://creativecommons.org/publicdomain/mark/1.0/">Public Domain</a>. | ||||
|     </p> | ||||
|     <hr /> | ||||
|   </div><!-- copyright --> | ||||
|   <hr /> | ||||
| </footer> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user