fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-10-31 09:48 am

[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 [personal profile] fu.

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>
--------------------------------------------------------------------------------