diff --git a/i2p2www/pages/site/docs/how/elgamal-aes.html b/i2p2www/pages/site/docs/how/elgamal-aes.html
index e1bb884b..13b6b52d 100644
--- a/i2p2www/pages/site/docs/how/elgamal-aes.html
+++ b/i2p2www/pages/site/docs/how/elgamal-aes.html
@@ -225,28 +225,28 @@ The unencrypted data in the AES block contains the following:
Definition
{% highlight lang='dataspec' %}
-tag count: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
-2-byte Integer, 0-200
+tag count:
+2-byte `Integer`, 0-200
{%- endtrans %}
-Session Tags: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
-That many 32-byte Session Tags
+Session Tags:
+That many 32-byte `SessionTag`s
{%- endtrans %}
-payload size: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
-4-byte Integer
+payload size:
+4-byte `Integer`
{%- endtrans %}
-Payload Hash: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
-The 32-byte SHA256 Hash of the payload
+Payload Hash:
+The 32-byte SHA256 `Hash` of the payload
{%- endtrans %}
flag: {% trans -%}
A one-byte value. Normally == 0. If == 0x01, a Session Key follows
{%- endtrans %}
-New Session Key: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
-A 32-byte Session Key,
+New Session Key:
+A 32-byte `SessionKey`,
to replace the old key, and is only present if preceding flag is 0x01
{%- endtrans %}
@@ -314,8 +314,8 @@ as follows:
Definition
{% highlight lang='dataspec' %}
-Session Tag: {% trans commonstructures=site_url('docs/spec/common-structures') -%}
-A 32-byte Session Tag
+Session Tag:
+A 32-byte `SessionTag`
previously delivered in an AES block
{%- endtrans %}