Skip to content

Commit c65e431

Browse files
committed
Escape ampersand properly in XML
1 parent bb76ebd commit c65e431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dddsample/src/site/xdoc/screencast.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
Here's a 10 minute screencast that shows the different interfaces in action.
1414
</p>
1515
<object width="425" height="344">
16-
<param name="movie" value="http://www.youtube.com/v/eA8xgdtqqs8&hl=en&fs=1"></param>
16+
<param name="movie" value="http://www.youtube.com/v/eA8xgdtqqs8&amp;hl=en&amp;fs=1"></param>
1717
<param name="allowFullScreen" value="true"></param>
1818
<param name="allowscriptaccess" value="always"></param>
19-
<embed src="http://www.youtube.com/v/eA8xgdtqqs8&hl=en&fs=1" type="application/x-shockwave-flash"
19+
<embed src="http://www.youtube.com/v/eA8xgdtqqs8&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"
2020
allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
2121
</object>
2222
</section>

0 commit comments

Comments
 (0)