@@ -76,6 +76,6 @@ |
||
76 | 76 | please select another website to work with:</p> |
77 | 77 | $form |
78 | 78 | </div> |
79 | -EOT; |
|
79 | +eot; |
|
80 | 80 | } |
81 | 81 | } |
@@ -45,6 +45,6 @@ |
||
45 | 45 | return parent::render_inner_html() . <<<EOT |
46 | 46 | {$this->elements['login']} |
47 | 47 | {$this->elements['password']} |
48 | -EOT; |
|
48 | +eot; |
|
49 | 49 | } |
50 | 50 | } |
@@ -146,7 +146,7 @@ |
||
146 | 146 | attack attempt on the website. If you think this is the case, please contact its admin. |
147 | 147 | |
148 | 148 | The remote address of the request was: $request->ip. |
149 | -EOT |
|
149 | +eot |
|
150 | 150 | ]); |
151 | 151 | |
152 | 152 | unset($errors[User::PASSWORD]); |
@@ -175,7 +175,7 @@ |
||
175 | 175 | { |
176 | 176 | return <<<EOT |
177 | 177 | <div class="alert alert-danger">Undefined user: {$uid}</div> |
178 | -EOT; |
|
178 | +eot; |
|
179 | 179 | } |
180 | 180 | |
181 | 181 | return new FilterDecorator($record, $this->id, $this->is_filtering, $user ? $user->name : ''); |