<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Typo in SVN Rev. 139 File</title>
		<link>http://org.wikidot.com/forum/t-76081/typo-in-svn-rev-139-file</link>
		<description>Posts in the discussion thread &quot;Typo in SVN Rev. 139 File&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Thu, 12 Mar 2026 22:59:21 +0000</lastBuildDate>
		
					<item>
				<guid>http://org.wikidot.com/forum/t-76081#post-225617</guid>
				<title>Typo in SVN Rev. 139 File</title>
				<link>http://org.wikidot.com/forum/t-76081/typo-in-svn-rev-139-file#post-225617</link>
				<description></description>
				<pubDate>Wed, 23 Jul 2008 00:11:24 +0000</pubDate>
								<wikidot:authorUserId>38854</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I just installed the latest Wikidot 1 package and it tripped over a typo in <tt>/var/www/wikidot/lib/ozone/php/core/functions.php</tt> on line 147 when creating a new site:</p> <blockquote> <h3><span>$dir = preg_replace(';/$', '', $dir);</span></h3> </blockquote> <p>should be:</p> <blockquote> <h3><span>$dir = preg_replace(';/$;', '', $dir);</span></h3> </blockquote> <p>A semi-colon was missing after the $ sign.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>