diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-09-05 22:48:23 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-22 16:30:56 +0200 |
commit | 7897e83245aa75d50baf82faf6b7029628eefca3 (patch) | |
tree | 054f39a289fb072ab2d3ba328a1c9c68e9df1501 /application/views/file/html_header.php | |
parent | 52c411793860799624ff09af3bcd5e4e51eefd09 (diff) |
Make lexer errors full with again
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/html_header.php')
-rw-r--r-- | application/views/file/html_header.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index fe9644744..2e89bd4fc 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -12,11 +12,9 @@ include(FCPATH."application/views/header.php"); ?> </script> <?php if (isset($error_message)) { ?> - <div class="container"> - <div class="alert alert-danger" style="text-align: center"> + <div class="alert alert-danger" style="text-align: center; border-radius: 0;"> <?php echo $error_message; ?> </div> - </div> <?php } ?> <div class="container paste-container"> |