diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-09-07 10:29:20 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-09-07 10:29:20 +0000 |
commit | 1e19eac5f627b52236a40fc2515dab7afbf4fb1d (patch) | |
tree | d5dd39275a748bb3a3e3f36448ee5a344f8cb676 /docs | |
parent | 74d3eac877e87faa7ff11d55bbce718512893e43 (diff) | |
download | external_llvm-1e19eac5f627b52236a40fc2515dab7afbf4fb1d.zip external_llvm-1e19eac5f627b52236a40fc2515dab7afbf4fb1d.tar.gz external_llvm-1e19eac5f627b52236a40fc2515dab7afbf4fb1d.tar.bz2 |
Clean up CSS validator errors: 'Property align doesn't exist : center'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/LangRef.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 63bcbf6..8994a35 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2611,7 +2611,7 @@ values. Both arguments must have identical types.</p> <h5>Semantics:</h5> <p>The truth table used for the '<tt>and</tt>' instruction is:</p> <p> </p> -<div style="align: center"> +<div> <table border="1" cellspacing="0" cellpadding="4"> <tbody> <tr> @@ -2666,7 +2666,7 @@ values. Both arguments must have identical types.</p> <h5>Semantics:</h5> <p>The truth table used for the '<tt>or</tt>' instruction is:</p> <p> </p> -<div style="align: center"> +<div> <table border="1" cellspacing="0" cellpadding="4"> <tbody> <tr> @@ -2723,7 +2723,7 @@ values. Both arguments must have identical types.</p> <p>The truth table used for the '<tt>xor</tt>' instruction is:</p> <p> </p> -<div style="align: center"> +<div> <table border="1" cellspacing="0" cellpadding="4"> <tbody> <tr> |