0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #10097 from wangsai/complete-td

complete missed </td>
This commit is contained in:
Mark Otto 2013-08-23 21:34:25 -07:00
commit b67e49367a

View File

@ -277,6 +277,7 @@ $('#myModal').on('show.bs.modal', function (e) {
{% highlight html %} {% highlight html %}
<a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a> <a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a>
{% endhighlight %} {% endhighlight %}
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>