Skip to content

Commit 83a4a59

Browse files
committed
Fixed tags not correctly closed
1 parent 0b969e5 commit 83a4a59

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

_appledoclayouts/default.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
77
<meta name="robots" content="anchors"/>
88

9-
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.prefixDir }}css/stylesheet.css">
10-
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.prefixDir }}css/vd.css">
11-
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.prefixDir }}css/toc.css">
12-
</script>
9+
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.prefixDir }}css/stylesheet.css"/>
10+
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.prefixDir }}css/vd.css"/>
11+
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.prefixDir }}css/toc.css"/>
1312

1413
</head>
1514
<body id="small">

_layouts/default.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
77
<meta name="description" content="VisualDiffer : " />
88

9-
<link rel="shortcut icon" href="image/favicon.ico" type="image/x-icon">
10-
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
9+
<link rel="shortcut icon" href="image/favicon.ico" type="image/x-icon"/>
10+
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
1111

12-
<link rel="stylesheet" type="text/css" media="screen" href="css/stylesheet.css">
13-
<link rel="stylesheet" type="text/css" media="screen" href="css/vd.css">
14-
<link rel="stylesheet" type="text/css" media="screen" href="css/toc.css">
12+
<link rel="stylesheet" type="text/css" media="screen" href="css/stylesheet.css"/>
13+
<link rel="stylesheet" type="text/css" media="screen" href="css/vd.css"/>
14+
<link rel="stylesheet" type="text/css" media="screen" href="css/toc.css"/>
1515

1616
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
1717
<script src="js/jquery.cookie.js"></script>

comparisonMethods.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,10 @@ The complete list of supported metadata
7777
<td>Compare all labels assigned to a file</td>
7878
</tr>
7979
<tr>
80-
<tr>
8180
<td>Tags
8281
<br/><strong>Available in OSX 10.9 or above</strong></td>
8382
<td>Compare all tags assigned to a file</td>
8483
</tr>
85-
<tr>
8684
</table>
8785

8886

@@ -100,12 +98,10 @@ User can choose to not traverse special files like symbolic links and packages
10098
<td>If checked the symbolic links will be traversed</td>
10199
</tr>
102100
<tr>
103-
<tr>
104101
<td>Skip Packages</td>
105102
<td>If checked special OSX files (so called bundle or packages)
106103
<br/>like Applications and Frameworks will not be traversed</td>
107104
</tr>
108-
<tr>
109105
</table>
110106

111107

@@ -130,30 +126,26 @@ The complete list of show options
130126
<tr>
131127
<th>Choice</th>
132128
<th>Description</th>
129+
</tr>
133130
<tr>
134131
<td>Show All</td>
135132
<td>No matters which comaprison result, show files</td>
136133
</tr>
137134
<tr>
138-
<tr>
139135
<td>Only Mismatches</td>
140136
<td>Show only files with some mismatch (size, timestamp or content)</td>
141137
</tr>
142138
<tr>
143-
<tr>
144139
<td>Only Matches</td>
145140
<td>Show only identical files</td>
146141
</tr>
147142
<tr>
148-
<tr>
149143
<td>No Orphans</td>
150144
<td>Show files present both on left and right side</td>
151145
</tr>
152146
<tr>
153-
<tr>
154147
<td>Only Orphans</td>
155148
<td>Show files present only on left or only on right</td>
156149
</tr>
157-
<tr>
158150
</table>
159151

0 commit comments

Comments
 (0)