You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: apps.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -355,36 +355,36 @@ <h3>SecureDialog</h3>
355
355
<divclass="tile-header">
356
356
<h3>TodoPod</h3>
357
357
</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 <ahref="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>
359
359
</a>
360
-
<pclass="app-source">Source code on <ahref="https://github.com/gjwgit/todopod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/todopod)</a>.</p>
360
+
<pclass="app-source">Built by <ahref="https://togaware.com" class="external-link" rel="noopener noreferrer">Togaware</a>. Source code on <ahref="https://github.com/gjwgit/todopod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/todopod)</a>.</p>
<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 <ahref="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>
368
368
</a>
369
-
<pclass="app-source">Source code on <ahref="https://github.com/gjwgit/rolopod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/rolopod)</a>.</p>
369
+
<pclass="app-source">Built by <ahref="https://togaware.com" class="external-link" rel="noopener noreferrer">Togaware</a>. Source code on <ahref="https://github.com/gjwgit/rolopod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/rolopod)</a>.</p>
<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 <ahref="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>
377
377
</a>
378
-
<pclass="app-source">Source code on <ahref="https://github.com/gjwgit/konapod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/konapod)</a>.</p>
378
+
<pclass="app-source">Built by <ahref="https://togaware.com" class="external-link" rel="noopener noreferrer">Togaware</a>. Source code on <ahref="https://github.com/gjwgit/konapod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/konapod)</a>.</p>
<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 <ahref="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>
386
386
</a>
387
-
<pclass="app-source">Source code on <ahref="https://github.com/gjwgit/billipod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/billipod)</a>.</p>
387
+
<pclass="app-source">Built by <ahref="https://togaware.com" class="external-link" rel="noopener noreferrer">Togaware</a>. Source code on <ahref="https://github.com/gjwgit/billipod" class="external-link" rel="noopener noreferrer">GitHub (gjwgit/billipod)</a>.</p>
0 commit comments