1

Topic: Strange line of code appearing in my "Quick reply"

Here's an image of it:

http://arch.kimag.es/thumbs/75964015.png

I went into my post.php and ctrl+f'd that line.  I then deleted that line, saved, and uploaded the new post.php but nothing changed; the line of code still appeared. sad

Are there any other files that I should check that might be the source of this problem?  I really don't want it to show >.>


Incase it's a syntax error, here's a snippet of code from around it.

$form = '<form id="post" method="post" action="post.php?action=post&tid='.$tid.'" onsubmit="this.submit.disabled=true;if(process_form(this)){return true;}else{this.submit.disabled=false;return false;}">';

    // If a quote-id was specified in the url.

2 (edited by StevenBullen 2008-02-23 07:19)

Re: Strange line of code appearing in my "Quick reply"

flam wrote:

I went into my post.php and ctrl+f'd that line.  I then deleted that line, saved, and uploaded the new post.php but nothing changed; the line of code still appeared. sad

Well thats not always the smartest thing to do.

Probably because the code is in viewtopic.php at the bottom and not post.php. Either fix it yourself or post the viewtopic.php code. tongue

3

Re: Strange line of code appearing in my "Quick reply"

Got it.  Thank you very much!

It seems that while installing another mod I had that line written twice.