fix html syntax

so document is now valid in validator.w3.org
agranig/1_0_subfix
Gerhard Jungwirth 13 years ago
parent c3caf6442e
commit a44763f812

@ -3,7 +3,6 @@
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>[% template.title or site_config.title %]</title> <title>[% template.title or site_config.title %]</title>

@ -1,4 +1,4 @@
<style> <style type="text/css" scoped="scoped">
.entry-disabled { .entry-disabled {
text-decoration: line-through; text-decoration: line-through;
} }
@ -29,7 +29,7 @@
<tr class="sw_action_row"> <tr class="sw_action_row">
<td> <td>
<a href="#" onclick="$.msgbox( <a href="#" onclick="$.msgbox(
'[% r.description | html %]', '[% r.description.squote | html %]',
{ {
type:'info', type:'info',
buttons:[ buttons:[
@ -67,7 +67,7 @@
</td> </td>
<td> <td>
<div class="sw_actions pull-right" style="display:none;"> <div class="sw_actions pull-right" style="display:none;">
<a style="display:inline;line-height:16px;" class="btn btn-small btn-primary" href="[% c.uri_for(helper.domain_id,'preferences', r.id, 'edit') %]"><i class="icon-edit" style="line-height:1em;margin-top:2px"></i> Edit</i></a> <a style="display:inline;line-height:16px;" class="btn btn-small btn-primary" href="[% c.uri_for(helper.domain_id,'preferences', r.id, 'edit') %]"><i class="icon-edit" style="line-height:1em;margin-top:2px"></i> Edit</a>
</div> </div>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save