From 2a923dfe69084782c02e46e2093f1ce49d356794 Mon Sep 17 00:00:00 2001
From: Ken Fallon <ken@fallon.ie>
Date: Fri, 27 Dec 2024 11:25:45 +0100
Subject: [PATCH] Documenting upload and host table

---
 workflow/directory-structure.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/directory-structure.md b/workflow/directory-structure.md
index 1f513d5..3716bd7 100644
--- a/workflow/directory-structure.md
+++ b/workflow/directory-structure.md
@@ -60,7 +60,7 @@ This is currently added manually by the Janitors, as the text to speech tools of
 <tr><th>hostid</th><td>Automatically generated incrementing number.</td><td>987</td></tr>
 <tr><th>host</th><td>The name or handle of the host.</td><td>Emperor Ming</td></tr>
 <tr><th>email</th>The hosts email address with the `@` replaced with `.nospam@nospam.` as an antispam measure<td></td><td>Emperor.Ming.nospam@nospam.example.com</td></tr>
-<tr><th>profile</th><td>A html host profile</td><td><pre><code><p>Follow me Mastodon: <a rel="me" href="https://mastodon.example.org/@Emperor.Ming">@Emperor.Ming@mastodon.example.org</a></p></code></pre></td></tr>
+<tr><th>profile</th><td>A html host profile</td><td>`&lt;p&gt;Follow me Mastodon: &lt;a rel=&quot;me&quot; href=&quot;https://mastodon.example.org/@Emperor.Ming&quot;&gt;@Emperor.Ming@mastodon.example.org&lt;/a&gt;&lt;/p&gt;`</td></tr>
 <tr><th>license</th><td>One of the allowed licenses</td><td>`CC-BY-SA`</td></tr>
 <tr><th>local_image</th><td>If a avatar is available directly from the host.</td><td>`1`</td></tr>
 <tr><th>gpg</th><td>We can verify the hosts emails, with [thought to automatically verify](https://repo.anhonesthost.net/HPR/hpr-tools/issues/4).</td><td>`1C7398B00F0239E8`</td></tr>