diff --git a/examples/prism-actionscript.html b/examples/prism-actionscript.html
index 416bae2f7e..5c3f297f8c 100644
--- a/examples/prism-actionscript.html
+++ b/examples/prism-actionscript.html
@@ -25,7 +25,6 @@
Inline XML
<employee ssn="123-123-1234">
<name first="John" last="Doe"/>
<address>
- <street>11 Main St.</street>
<city>San Francisco</city>
<state>CA</state>
<zip>98765</zip>
@@ -34,7 +33,6 @@ Inline XML
<employee ssn="789-789-7890">
<name first="Mary" last="Roe"/>
<address>
- <street>99 Broad St.</street>
<city>Newton</city>
<state>MA</state>
<zip>01234</zip>