Add missing anchor titles

dev
gravel 6 months ago
parent f52ca54bcb
commit f4822d5ba9
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -43,6 +43,7 @@
Language<sup><a
href="<?=$REPOSITORY_CANONICAL_URL?>/src/branch/main/languages"
target="_blank"
title="Community language data on Codeberg"
>help us label</a></sup>: <span
id="details-modal-language-flag"
data-hydrate-with="language_flag"

@ -142,10 +142,9 @@
<a
href="<?=room_qr_code($room)?>"
target="_blank"
title="Click here to view details for <?=$name_trunc?>"
>
<div
title="Click here to view details for <?=$name_trunc?>"
></div>
<div></div>
</a>
</td>
<td class="td_server_icon"

@ -93,7 +93,11 @@
<?=count_rooms($servers)?> unique Session Communities
on <?=count($servers)?> servers have been found.
<span id="servers_hidden">(None hidden as JS is off)</span>
<sup><a href="<?=$REPOSITORY_CANONICAL_URL?>/#policy" target="_blank">why?</a></sup>
<sup><a
href="<?=$REPOSITORY_CANONICAL_URL?>/#policy"
title="SessionCommunities.Online policy"
target="_blank"
>why?</a></sup>
</p>
<p id="last_checked">
Last checked <span id="last_checked_value" itemprop="dateModified" value="<?=$time_modified_str?>">
@ -105,10 +109,10 @@
<details>
<summary class="carousel-label aside__h2 h2-like">What is Session Messenger?</summary>
<p class="carousel-target">
<a href="https://getsession.org/" rel="follow external">Session</a>
<a href="https://getsession.org/" rel="external">Session</a>
is a private messaging app that protects your meta-data,
encrypts your communications, and makes sure your messaging activities
leave no digital trail behind. <a href="/about/">Read more.</a>
leave no digital trail behind. <a href="/about/" title="About page">Read more.</a>
</p>
</details>
<details>
@ -116,7 +120,7 @@
<p class="carousel-target">
Session Communities are public chatrooms accessible from within Session Messenger.
This web project crawls known sources of Session Communities, and
displays information about them as a static HTML page. <a href="/about/">Read more.</a>
displays information about them as a static HTML page. <a href="/about/" title="About page">Read more.</a>
</p>
</details>
<p>Disclaimer:</p>

Loading…
Cancel
Save