This is the current output for my WP_LINK_PAGES, notice the unnecessary </p> tag at the end.
My code for my custom WP_LINK_PAGES can be found here.
<div id="link_wrap"> <span class="classlinks">1</span> <a href="http://themeforward.com/demo2/?p=1948&page=2"><span class="classlinks">2</span></a> <a href="http://themeforward.com/demo2/?p=1948&page=3"><span class="classlinks">3</span></a> <a href="http://themeforward.com/demo2/?p=1948&page=4"><span class="classlinks">4</span></a> <a href="http://themeforward.com/demo2/?p=1948&page=2"><span class="classlinks">Next page</a></div>
</p>