Commit fd8383545a

Travis Staloch <twostepted@gmail.com>
2021-09-11 00:38:49
sat-arithmetic: langref - use <th> tags
1 parent 4870595
Changed files (1)
doc/langref.html.in
@@ -1397,8 +1397,8 @@ a +%= b{#endsyntax#}</pre></th>
           </td>
         </tr>
         <tr>
-          <td><pre>{#syntax#}a +| b
-a +|= b{#endsyntax#}</pre></td>
+          <th scope="row"><pre>{#syntax#}a +| b
+a +|= b{#endsyntax#}</pre></th>
           <td>
             <ul>
               <li>{#link|Integers#}</li>
@@ -1454,8 +1454,8 @@ a -%= b{#endsyntax#}</pre></th>
           </td>
         </tr>
         <tr>
-          <td><pre>{#syntax#}a -| b
-a -|= b{#endsyntax#}</pre></td>
+          <th scope="row"><pre>{#syntax#}a -| b
+a -|= b{#endsyntax#}</pre></th>
           <td>
             <ul>
               <li>{#link|Integers#}</li>
@@ -1546,8 +1546,8 @@ a *%= b{#endsyntax#}</pre></th>
           </td>
         </tr>
         <tr>
-          <td><pre>{#syntax#}a *| b
-a *|= b{#endsyntax#}</pre></td>
+          <th scope="row"><pre>{#syntax#}a *| b
+a *|= b{#endsyntax#}</pre></th>
           <td>
             <ul>
               <li>{#link|Integers#}</li>
@@ -1633,8 +1633,8 @@ a <<= b{#endsyntax#}</pre></th>
           </td>
         </tr>
         <tr>
-          <td><pre>{#syntax#}a <<| b
-a <<|= b{#endsyntax#}</pre></td>
+          <th scope="row"><pre>{#syntax#}a <<| b
+a <<|= b{#endsyntax#}</pre></th>
           <td>
             <ul>
               <li>{#link|Integers#}</li>