Remove "dangling" quotes.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 29 Aug 2011 10:20:07 +0000 (13:20 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 29 Aug 2011 10:20:07 +0000 (13:20 +0300)
application/views/article/english/about.php

index 4ac47a7..64e7160 100644 (file)
@@ -68,7 +68,7 @@
 
 <h1>The Platform</h1>
 
-<p>The P2P video distribution platform used by this site is written in <a href="http://www.php.net/">PHP</a>. It makes use of the excellent <a href="http://codeigniter.com/">CodeIgniter"</a> web application framework.</p>
+<p>The P2P video distribution platform used by this site is written in <a href="http://www.php.net/">PHP</a>. It makes use of the excellent <a href="http://codeigniter.com/">CodeIgniter</a> web application framework.</p>
 
 <p>To install and configure the platform on your local system, please download <a href="http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=snapshot;h=HEAD;sf=tgz">the latest tarball</a> and follow the instructions in the INSTALL file or the wiki (<strong>TODO</strong>).</p>