Removing the trailing ?> from the suggested error code text.

This commit is contained in:
mark_story 2011-09-01 21:44:19 +01:00
parent b56b6e3614
commit ec9d29fca5
10 changed files with 2 additions and 10 deletions

View file

@ -34,7 +34,6 @@ class <?php echo $controller;?> extends AppController {
}
</strong>
}
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>

View file

@ -30,7 +30,6 @@
class <?php echo $class;?> extends ModelBehavior {
}
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>

View file

@ -30,7 +30,6 @@
class <?php echo $class;?> extends ModelBehavior {
}
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>

View file

@ -30,7 +30,6 @@
class <?php echo $class;?> extends Component {<br />
}
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>

View file

@ -30,7 +30,6 @@
class <?php echo $class;?> extends Component {<br />
}
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>

View file

@ -30,7 +30,6 @@
class <?php echo $controller;?> extends AppController {
}
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>

View file

@ -30,7 +30,6 @@
class <?php echo $class;?> extends AppHelper {
}
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>

View file

@ -30,7 +30,6 @@
class <?php echo $class;?> extends AppHelper {
}
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>

View file

@ -28,7 +28,7 @@
<pre>
&lt;?php
CakePlugin::load('<?php echo $plugin?>');
?&gt;
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Loading all plugins'); ?>: </strong>

View file

@ -30,7 +30,7 @@
function _scaffoldError() {<br />
}
?&gt;
</pre>
<?php echo $this->element('exception_stack_trace'); ?>