diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-01-27 02:07:25 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-01-27 02:07:25 -0700 |
| commit | 3ccbec1f866b3bbfd836b8f9872aa908363db1a8 (patch) | |
| tree | b3abd33e07eef48578b14099c58946d5009d1d2e /features | |
| parent | 617c6720bb9f1cbc8c085b6bd5b01d9861915b96 (diff) | |
fix whitespace breakage in feature
Diffstat (limited to 'features')
| -rw-r--r-- | features/xref.feature | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/features/xref.feature b/features/xref.feature index dcb66528..720136ed 100644 --- a/features/xref.feature +++ b/features/xref.feature @@ -19,10 +19,9 @@ Feature: Cross References When it is rendered using the html backend Then the output should match the HTML structure """ - table.tableblock.frame-all.grid-all style='width:100%; ' + table.tableblock.frame-all.grid-all style='width: 100%;' colgroup - col style='width:100%;' - ' + col style='width: 100%;' tbody tr td.tableblock.halign-left.valign-top |
