[pmwiki-users] allow apostrophe in $WikiTitle?
    Tegan Dowling 
    tmdowling at gmail.com
       
    Wed Jun 27 07:45:23 CDT 2007
    
    
  
Hi, all:
In my local/congig.php, I have
	// $WikiTitle is the name that appears in the browser's title bar.
		$WikiTitle = 'My Site Name Here';
	//	allow use in wikipages - http://www.pmwiki.org/wiki/PmWiki/PageVariables
		$FmtPV['$WikiTitle'] = '$GLOBALS["WikiTitle"]';
Is there an escape for the apostrophe so that I could have
		$WikiTitle = 'My Site's Name Here';   ?
(btw, I sometimes forget that I can't do this, and then I get an
utterly silent failure to display anything on the screen for the new
wiki I'm setting up; it's remarkable how much adrenaline can be
triggered by simply seeing nothing.)
    
    
More information about the pmwiki-users
mailing list