Completed
Push — develop ( ff553d...806935 )
by Kenji
02:29
created
application/controllers/Form.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,7 @@
 block discarded – undo
36 36
 		if ($this->email->send())
37 37
 		{
38 38
 			return TRUE;
39
-		}
40
-		else
39
+		} else
41 40
 		{
42 41
 			return FALSE;
43 42
 		}
Please login to merge, or discard this patch.
application/views/bbs_delete_error.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@  discard block
 block discarded – undo
2 2
 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
3 3
 <head>
4 4
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
-<link rel="stylesheet" href="<?=base_url('css/bbs.css');?>" type="text/css" />
5
+<link rel="stylesheet" href="<?=base_url('css/bbs.css'); ?>" type="text/css" />
6 6
 <title>掲示板: 記事の削除完了</title>
7 7
 </head>
8 8
 
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 <!-- main -->
14 14
 <div id="main">
15 15
 <div class="title_banner">
16
-<img src="<?=base_url('images/icons/bbs_titile.jpg');?>" alt="掲示板" width="580" height="70" />
16
+<img src="<?=base_url('images/icons/bbs_titile.jpg'); ?>" alt="掲示板" width="580" height="70" />
17 17
 </div>
18 18
 
19 19
 <p class="center">記事の削除完了</p>
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 
26 26
 <p>
27 27
 <span class="button">
28
-<?=anchor('bbs', 'トップに戻る');?>
28
+<?=anchor('bbs', 'トップに戻る'); ?>
29 29
 </span>
30 30
 </p>
31 31
 </div>
Please login to merge, or discard this patch.
application/views/bbs_delete_error_mobile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 </table>
28 28
 
29 29
 <hr>
30
-<?=anchor('bbs', 'トップに戻る');?>
30
+<?=anchor('bbs', 'トップに戻る'); ?>
31 31
 
32 32
 </body>
33 33
 </html>
Please login to merge, or discard this patch.