Skip to content

Commit c5140a2

Browse files
committed
Documentation marker <td> fix
1 parent 7ee3afd commit c5140a2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/views/directive/marker.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ <h4>Parameters</h4>
5353
<tr>
5454
<td>options.icon</td>
5555
<td><span class="label label-info">expression</span></td>
56-
<td>Expression returning the absolute path to an image used as the marker icon</td>
57-
<p class="badge badge-danger">icon is part of options</p>
58-
<p>example</p>
59-
<code>$scope.options = {icon:'url/icon.png'};</code>
56+
<td>
57+
<p>Expression returning the absolute path to an image used as the marker icon</p>
58+
<p class="badge badge-danger">icon is part of options</p>
59+
<p>example</p>
60+
<code>$scope.options = {icon:'url/icon.png'};</code>
61+
</td>
6062
</tr>
6163
<tr ng-include="'./views/directive/partials/events.html'" ng-init="thing='Marker'">
6264
</tr>

0 commit comments

Comments
 (0)