diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-08-14 23:06:43 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-08-14 23:06:43 +0200 |
commit | ca495758bd8bcbea66f00296d36d87f66cd5f4a8 (patch) | |
tree | f986fb042de8bc643d73875b45df30a98398f124 /lib | |
parent | 75e9015b5445e957f2454373bed67dac1741b5cb (diff) | |
download | nextcloud-server-ca495758bd8bcbea66f00296d36d87f66cd5f4a8.tar.gz nextcloud-server-ca495758bd8bcbea66f00296d36d87f66cd5f4a8.zip |
Fix octemplate string escaping.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index eaee8424651..18c172759b4 100644 --- a/lib/base.php +++ b/lib/base.php @@ -257,8 +257,8 @@ class OC { OC_Util::addScript("compatibility"); OC_Util::addScript("jquery.ocdialog"); OC_Util::addScript("oc-dialogs"); - OC_Util::addScript("octemplate"); OC_Util::addScript("js"); + OC_Util::addScript("octemplate"); OC_Util::addScript("eventsource"); OC_Util::addScript("config"); //OC_Util::addScript( "multiselect" ); |