Commit ccb74cad authored by Chris Rebert's avatar Chris Rebert

Merge pull request #16766 from mkantor/update-example-address

Update Twitter's address in examples.
[skip sauce]
parents 9ef107b6 c7ddec64
...@@ -246,8 +246,8 @@ You can use the mark tag to <mark>highlight</mark> text. ...@@ -246,8 +246,8 @@ You can use the mark tag to <mark>highlight</mark> text.
<div class="bs-example" data-example-id="simple-address"> <div class="bs-example" data-example-id="simple-address">
<address> <address>
<strong>Twitter, Inc.</strong><br> <strong>Twitter, Inc.</strong><br>
795 Folsom Ave, Suite 600<br> 1355 Market Street, Suite 900<br>
San Francisco, CA 94107<br> San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (123) 456-7890 <abbr title="Phone">P:</abbr> (123) 456-7890
</address> </address>
<address> <address>
...@@ -258,8 +258,8 @@ You can use the mark tag to <mark>highlight</mark> text. ...@@ -258,8 +258,8 @@ You can use the mark tag to <mark>highlight</mark> text.
{% highlight html %} {% highlight html %}
<address> <address>
<strong>Twitter, Inc.</strong><br> <strong>Twitter, Inc.</strong><br>
795 Folsom Ave, Suite 600<br> 1355 Market Street, Suite 900<br>
San Francisco, CA 94107<br> San Francisco, CA 94103<br>
<abbr title="Phone">P:</abbr> (123) 456-7890 <abbr title="Phone">P:</abbr> (123) 456-7890
</address> </address>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment