Skip to content

Commit 4e78711

Browse files
committed
Move Togaware byline out of tile anchor to avoid nested anchors
Follow-up to 37ecd80. roborev/copilot review flagged that the four Togaware tiles each contained a "Built by <a href=togaware.com>" link inside the tile's outer <a href=...solidcommunity.au>, creating nested anchors (invalid HTML — browsers auto-close the outer anchor before the inner one). Move the "Built by Togaware" attribution into the same <p class="app-source"> sibling paragraph as the source-code link, so no anchor is nested.
1 parent 37ecd80 commit 4e78711

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

apps.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -355,36 +355,36 @@ <h3>SecureDialog</h3>
355355
<div class="tile-header">
356356
<h3>TodoPod</h3>
357357
</div>
358-
<p>An app to manage your tasks with all data securely and privately stored encrypted on your own personal online data store (Pod) hosted on a Solid Server. Built by <a href="https://togaware.com">Togaware</a>.</p>
358+
<p>An app to manage your tasks with all data securely and privately stored encrypted on your own personal online data store (Pod) hosted on a Solid Server.</p>
359359
</a>
360-
<p class="app-source">Source code on <a href="https://github.com/gjwgit/todopod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/todopod)</a>.</p>
360+
<p class="app-source">Built by <a href="https://togaware.com" class="external-link" rel="noopener noreferrer">Togaware</a>. Source code on <a href="https://github.com/gjwgit/todopod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/todopod)</a>.</p>
361361
</li>
362362
<li data-name="RoloPod" data-category="Productivity">
363363
<a href="https://rolopod.solidcommunity.au">
364364
<div class="tile-header">
365365
<h3>RoloPod</h3>
366366
</div>
367-
<p>A tool to collect your contacts into an address book in one secure and private place. You can selectively share any parts of your address book with others, or make phone calls on your mobile device (for the Android and iOS versions). Built by <a href="https://togaware.com">Togaware</a>.</p>
367+
<p>A tool to collect your contacts into an address book in one secure and private place. You can selectively share any parts of your address book with others, or make phone calls on your mobile device (for the Android and iOS versions).</p>
368368
</a>
369-
<p class="app-source">Source code on <a href="https://github.com/gjwgit/rolopod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/rolopod)</a>.</p>
369+
<p class="app-source">Built by <a href="https://togaware.com" class="external-link" rel="noopener noreferrer">Togaware</a>. Source code on <a href="https://github.com/gjwgit/rolopod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/rolopod)</a>.</p>
370370
</li>
371371
<li data-name="KonaPod" data-category="Productivity">
372372
<a href="https://konapod.solidcommunity.au">
373373
<div class="tile-header">
374374
<h3>KonaPod</h3>
375375
</div>
376-
<p>Collect your Hyundai vehicle data in one secure and private place. You can selectively share any parts of your data with others. The app presents the data and analyses of the data. Built by <a href="https://togaware.com">Togaware</a>.</p>
376+
<p>Collect your Hyundai vehicle data in one secure and private place. You can selectively share any parts of your data with others. The app presents the data and analyses of the data.</p>
377377
</a>
378-
<p class="app-source">Source code on <a href="https://github.com/gjwgit/konapod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/konapod)</a>.</p>
378+
<p class="app-source">Built by <a href="https://togaware.com" class="external-link" rel="noopener noreferrer">Togaware</a>. Source code on <a href="https://github.com/gjwgit/konapod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/konapod)</a>.</p>
379379
</li>
380380
<li data-name="BilliPod" data-category="Productivity">
381381
<a href="https://billipod.solidcommunity.au">
382382
<div class="tile-header">
383383
<h3>BilliPod</h3>
384384
</div>
385-
<p>Manage your bills, upcoming, scheduled, and past. The app analyses your bill history to generate reminders to avoid missing the all important bill payments. Built by <a href="https://togaware.com">Togaware</a>.</p>
385+
<p>Manage your bills, upcoming, scheduled, and past. The app analyses your bill history to generate reminders to avoid missing the all important bill payments.</p>
386386
</a>
387-
<p class="app-source">Source code on <a href="https://github.com/gjwgit/billipod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/billipod)</a>.</p>
387+
<p class="app-source">Built by <a href="https://togaware.com" class="external-link" rel="noopener noreferrer">Togaware</a>. Source code on <a href="https://github.com/gjwgit/billipod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/billipod)</a>.</p>
388388
</li>
389389
</ul>
390390

0 commit comments

Comments
 (0)