File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4444Route::any ('{undefinedRoute} ' , function ($ undefinedRoute ) {
4545 return view ('layout ' );
4646})->where ('undefinedRoute ' , '([A-z\d-\/_.]+)? ' );
47+
48+ Blade::setContentTags ('<% ' , '%> ' ); // for variables and all things Blade
49+ Blade::setEscapedContentTags ('<%% ' , '%%> ' ); // for escaped data
Original file line number Diff line number Diff line change 44 <base href =" /" >
55 <meta charset =" UTF-8" >
66 <title >Todo</title >
7- <script type =" application/javascript" src =" {{ elixir (' js/all.js' ) } } " ></script >
7+ <script type =" application/javascript" src =" <% elixir('js/all.js') %> " ></script >
88 <link rel =" stylesheet" href =" /css/app.css" />
9- <link rel =" stylesheet" href =" {{ elixir (' css/all.css' ) } } " />
9+ <link rel =" stylesheet" href =" <% elixir('css/all.css') %> " />
1010</head >
1111<body ng-app =" todoApp" ng-controller =" MainController" >
1212
You can’t perform that action at this time.
0 commit comments