Skip to content

Commit

Permalink
fixes #70
Browse files Browse the repository at this point in the history
  • Loading branch information
weddingdj committed Jul 11, 2019
1 parent 1741f50 commit 8cac2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/FrontpageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function index() {
/* show space in iframe because of the top navbar */
if (Auth::check()) {

$content = space_embed_code('/' . $space->uri, '100%', '100%');
$content = space_embed_code($space->uri, '100%', '100%');

return view('frontpage.onespace_frontpage', [
'css' => array(asset('public/assets/frontpage/css/frontpage.css')),
Expand Down

0 comments on commit 8cac2a3

Please sign in to comment.