we have found a issue that adding duplicate attributes to a perticular tag if src attribute is there.
it is occured when When I added following Java script
“<script src="¬test-test.js"></src>” to an existing HTML content “<STRONG><FONT size=6 face="Courier New">test jayani<BR>
<BR>
<IMG title=test alt=test src="/CurrentCourse/logo.jpg"> </FONT></STRONG>”
after adding those scripts and switching between design and html views it comes like this
<strong><font size="6" face="Courier New">test jayani<br>
<br> <script src="¬test-test.js"></src>
<IMG title=test alt=test src="/CurrentCourse/logo.jpg" originalAttribute="src" originalPath="/CurrentCourse/logo.jpg" originalAttribute="src" originalPath="/CurrentCourse/logo.jpg" originalAttribute="src" originalPath="/CurrentCourse/logo.jpg"> </FONT></STRONG>
</body></script></font></strong>
here originalAttribute and originalPath attributes keep on adding to the IMG tag. This is happens when "MakeUrlsAbsolute" filter is on. This will work as same for the java scripts as well.
Please take a look on this and do needful.
Thanks