Getting missing images on creating a new listing as follows :

On looking at the source there is no image src in the code for either image.

On looking at the source there is no image src in the code for either image.
Code:
<div class="blockrow">
<label for="title" class="full">Title:</label>
<input type="text" class="primary full textbox" name="title" id="title" value="" maxlength="85" tabindex="1" />
<img id="display_posticon" src="" alt="" />
</div>
<div class="blockrow texteditor">
<label for="summary" class="full">Summary:</label>
<input type="text" class="primary full textbox" name="summary" id="summary" value="" maxlength="85" tabindex="1" />
<img id="display_posticon" src="" alt="" />
</div>