[dw-free] Revamp /update
[commit: http://hg.dwscoalition.org/dw-free/rev/6ab982a2e912]
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Fix HTML.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Fix HTML.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- views/entry/options.tt
-------------------------------------------------------------------------------- diff -r fd9b30fa7e69 -r 6ab982a2e912 views/entry/options.tt --- a/views/entry/options.tt Mon Oct 31 17:37:15 2011 +0800 +++ b/views/entry/options.tt Mon Oct 31 17:49:19 2011 +0800 @@ -108,8 +108,8 @@ [%- IF use_js -%] -<link rel="stylesheet" type="text/css" href="[%site.statroot%]/simple-form.css""> -<link rel="stylesheet" type="text/css" href="[%site.statroot%]/jquery.postoptions.css""> +<link rel="stylesheet" type="text/css" href="[%site.statroot%]/simple-form.css"> +<link rel="stylesheet" type="text/css" href="[%site.statroot%]/jquery.postoptions.css"> <script type="text/javascript" src="[%site.jsroot%]/jquery/jquery.ui.mouse.min.js"></script> <script type="text/javascript" src="[%site.jsroot%]/jquery/jquery.ui.sortable.min.js"></script> --------------------------------------------------------------------------------