mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing Require() razor syntax
--HG-- branch : dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@model Orchard.Search.ViewModels.SearchViewModel
|
||||
@Style.Require("Search");
|
||||
@{ Style.Require("Search"); }
|
||||
|
||||
<h1>@Html.TitleForPage(T("Search").Text)</h1>
|
||||
@Html.Zone("search")
|
||||
|
Reference in New Issue
Block a user