Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stray/Extra Line Terminators?
01-28-2018, 11:31 AM, (This post was last modified: 01-28-2018, 11:38 AM by TurboPT.)
#5
RE: Stray/Extra Line Terminators?
I believe that some of the single quote ones could be missing a double quote?

For example, in file MRPPlannedPurchaseOrders.php, line 17, this link:
PHP Code:
'<a href='.$RootPath .'/MRP.php>' 

...should look like this with the double quotes applied to complete the href as expected:
PHP Code:
'<a href="'.$RootPath .'/MRP.php">' 

So, in all, it may depend on what quote the string starts with as well as how the concatenation is applied, if any.

But yes, as you have found, there are inconsistencies.
Reply


Messages In This Thread
Stray/Extra Line Terminators? - by VortecCPI - 01-28-2018, 07:40 AM
RE: Stray/Extra Line Terminators? - by TurboPT - 01-28-2018, 08:24 AM
RE: Stray/Extra Line Terminators? - by TurboPT - 01-28-2018, 09:02 AM
RE: Stray/Extra Line Terminators? - by VortecCPI - 01-28-2018, 09:50 AM
RE: Stray/Extra Line Terminators? - by TurboPT - 01-28-2018, 11:31 AM
RE: Stray/Extra Line Terminators? - by VortecCPI - 01-28-2018, 11:38 AM
RE: Stray/Extra Line Terminators? - by TurboPT - 01-28-2018, 12:03 PM
RE: Stray/Extra Line Terminators? - by VortecCPI - 01-28-2018, 10:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)