When writing a new post, and uploading a file....

The upload goes fine, the files name is displayed in the "drag and drop" area. 
However when dragging it into the "post" area, the resulting anchor tag is 
missing a slash.

This is the html that is inserted in the post:
<a 
href="http://www.jsqspot.orgtrustees/wp-content/uploads/2005/12/BoardMinutes09-18-2005.pdf";
 id="15">BoardMinutes09-18-2005.pdf</a>

If should be:
a 
href="http://www.jsqspot.org/trustees/wp-content/uploads/2005/12/BoardMinutes09-18-2005.pdf";
 id="15">BoardMinutes09-18-2005.pdf</a>

Note the missing slash between the domain name and the folder name where 
wordpress is installed.

(Sorry if this has been covered or fixed... I'm new to wp-testers)

~joe



_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to