commit: 7eeab9af4e986878af3039718f56c254e3bbc0eb
parent: 275a954eb4f82f071e8e44e53feb6a9c65f5b068
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 1 Oct 2018 17:15:06 +0200
Fix syntax, causing half of the page to be in a <code> (firefox)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/about.html b/about.html
@@ -26,7 +26,7 @@
<li>Service Workers: Used for sending Web Notifications</li>
</ul></p>
<p>Extra server-side storage for mastofe:<ul>
- <li><code>PUT /api/web/settings</code>: Stores a JSON object, contains stuff like columns config, you can see it into <code>initial_state</code. (undocumented usage)</li>
+ <li><code>PUT /api/web/settings</code>: Stores a JSON object, contains stuff like columns config, you can see it into <code>initial_state</code>. (undocumented usage)</li>
</ul><p>
<p>⚠ end of Work in Progress ⚠</p>
</section>