FIXED Description


Goto page Previous  1, 2

Subject: Re: Description
Of course...

http://www.icyphoenix.com/viewtopic.php?f=5&t=76

All words containing single quotes/apostrophes must be backslashed () to avoid parsing errors

Example:
Code: [Download] [Hide]
  1. /* wrong */  
  2. $lang['who_is'] = 'Who's there?'; 

Code: [Download] [Hide]
  1. /* right */  
  2. $lang['who_is'] = 'Who\'s there?'; 


In your file I changed it to "it is free" instead of "it's free"
But if you want you can write "it\'s free"

Profile PM  
Subject: Re: Description
but iwas getting that error even if have changed/add a random character.
and i tryed this "it is " form too.
very strange.

Subject: Re: [FIXED] Description
Anyway, it is working now... :mricy:

Profile PM  
Subject: Re: Description
yep and thanks again for your help.

Best Regards

Goto page Previous  1, 2

Page 2 of 2


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1548s (PHP: 11% SQL: 89%)
SQL queries: 10 - Debug Off - GZIP Enabled