mirror of
https://github.com/filp/whoops.git
synced 2026-09-17 13:16:21 +00:00
Fixed file endings
This commit is contained in:
@@ -41,4 +41,4 @@ $(function() {
|
||||
$container.animate({ scrollTop: headerHeight }, "fast");
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
|
||||
</div>
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<p class="exc-message">
|
||||
<?php echo $tpl->escape($message) ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
<?php echo $tpl->slug("hello world!"); ?>
|
||||
|
||||
My name is <?php echo $tpl->escape($name) ?>
|
||||
My name is <?php echo $tpl->escape($name) ?>
|
||||
|
||||
Reference in New Issue
Block a user