diff --git a/i2p2www/pages/site/docs/spec/i2np.html b/i2p2www/pages/site/docs/spec/i2np.html index 834e7fa3..76d008a1 100644 --- a/i2p2www/pages/site/docs/spec/i2np.html +++ b/i2p2www/pages/site/docs/spec/i2np.html @@ -122,7 +122,7 @@ Short (SSU, 5 bytes): {% endhighlight %}

Definition

-
+{% highlight lang='dataspec' %}
 type :: `Integer`
         length -> 1 byte
         
@@ -155,11 +155,11 @@ chks :: `Integer`
         purpose -> checksum of the payload
                    SHA256 hash truncated to the first byte
 
-data :: Data
+data ::
         length -> $size bytes
         
         purpose -> actual message contents
-
+{% endhighlight %}

Notes