Index: trunk/htdocs/cacher/edit.php
===================================================================
--- trunk/htdocs/cacher/edit.php	(revision 1053)
+++ trunk/htdocs/cacher/edit.php	(revision 1078)
@@ -1,5 +1,5 @@
 <?php
 
-include("./common.php");
+include "./common.php";
 
 if (!isset($_GET['name'])) {
@@ -39,5 +39,5 @@
 $module = "cacher";
 
-include("edit.tpl.php");
+include "edit.tpl.php";
 
 ?>
