diff options
| author | Steph Enders <steph@senders.io> | 2025-06-10 18:17:10 -0400 | 
|---|---|---|
| committer | Steph Enders <steph@senders.io> | 2025-06-10 18:17:10 -0400 | 
| commit | c25772ea9c1a20c05852eb4739c18b0481fa79a4 (patch) | |
| tree | 31da302de4794b414293bb5511a001a03029c3e3 /static-html | |
| parent | 6d6d57b788e03864477237d35e67586e7d76463b (diff) | |
Add missing td's to fix safari diplsay jank
Diffstat (limited to 'static-html')
| -rw-r--r-- | static-html/fauxchella.html | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/static-html/fauxchella.html b/static-html/fauxchella.html index 089e49a..308b5fc 100644 --- a/static-html/fauxchella.html +++ b/static-html/fauxchella.html @@ -94,6 +94,7 @@  	    <td>  	      <a href="https://wavingohio.bandcamp.com/">Waving</a>  	    </td> +	    <td />  	  </tr>  	  <tr>  	    <td>12:30</td> @@ -179,6 +180,7 @@  	  <tr>  	    <td>17:00</td>  	    <td>BREAK</td> +	    <td />  	  </tr>  	  <tr>  	    <td>17:30</td> @@ -301,6 +303,7 @@  		Dear Maryanne  	      </a>  	    </td> +	    <td />  	  </tr>  	  <tr>  	    <td>12:30</td>  |