From 011c6de5233d67de0bc9dba51c6f589806d076ce Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sat, 8 Jun 2019 16:59:13 +0000
Subject: [PATCH] I2CP html fixes

---
 i2p2www/pages/site/docs/protocol/i2cp.html | 6 +++---
 i2p2www/spec/i2cp.rst                      | 4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/i2p2www/pages/site/docs/protocol/i2cp.html b/i2p2www/pages/site/docs/protocol/i2cp.html
index e7d65fed1..ca4a69292 100644
--- a/i2p2www/pages/site/docs/protocol/i2cp.html
+++ b/i2p2www/pages/site/docs/protocol/i2cp.html
@@ -1,6 +1,6 @@
 {% extends "global/layout.html" %}
 {% block title %}I2CP{% endblock %}
-{% block lastupdated %}{% trans %}May 2019{% endtrans %}{% endblock %}
+{% block lastupdated %}{% trans %}June 2019{% endtrans %}{% endblock %}
 {% block accuratefor %}0.9.41{% endblock %}
 {% block content %}
 <p>{% trans -%}
@@ -680,7 +680,7 @@ See proposal 123.
 
 <tr>
 <td>i2cp.leaseSetClient.dh.nnn
-<td>0.9.41/td>
+<td>0.9.41</td>
 <td>b64name:b64pubkey
 <td>&nbsp;
 <td>&nbsp;
@@ -693,7 +693,7 @@ See proposal 123.
 </tr>
 
 <tr>
-<td>0.9.41/td>
+<td>0.9.41</td>
 <td>b64name:b64privkey
 <td>&nbsp;
 <td>&nbsp;
diff --git a/i2p2www/spec/i2cp.rst b/i2p2www/spec/i2cp.rst
index 8acfcf397..a21c59ccb 100644
--- a/i2p2www/spec/i2cp.rst
+++ b/i2p2www/spec/i2cp.rst
@@ -3,7 +3,7 @@ I2CP Specification
 ==================
 .. meta::
     :category: Protocols
-    :lastupdated: May 2019
+    :lastupdated: June 2019
     :accuratefor: 0.9.41
 
 .. contents::
@@ -235,6 +235,8 @@ below.
 ==============  ======================
    Version      Required I2CP Features
 ==============  ======================
+   0.9.41       EncryptedLeaseSet options
+
    0.9.39       CreateLeaseSet2 message supported
 
    0.9.38       Preliminary CreateLeaseSet2 message supported (abandoned)
-- 
GitLab