diff --git a/mode/htmlembedded/index.html b/mode/htmlembedded/index.html
index f27582ef86d055581ed10f43ec75fb558bc4d141..9ed33cffef87c6ea5149989162b5ac2384a3a51c 100644
--- a/mode/htmlembedded/index.html
+++ b/mode/htmlembedded/index.html
@@ -51,9 +51,10 @@ This is an example of EJS (embedded javascript)
       });
     </script>
 
-    <p>Mode for html embedded scripts like JSP and ASP.NET. Depends on HtmlMixed which in turn depends on
+    <p>Mode for html embedded scripts like JSP and ASP.NET. Depends on multiplex and HtmlMixed which in turn depends on
     JavaScript, CSS and XML.<br />Other dependencies include those of the scripting language chosen.</p>
 
-    <p><strong>MIME types defined:</strong> <code>application/x-aspx</code> (ASP.NET), 
-    <code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages)</p>
+    <p><strong>MIME types defined:</strong> <code>application/x-aspx</code> (ASP.NET),
+    <code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages)
+    and <code>application/x-erb</code></p>
   </article>