diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-06-03 15:16:29 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-06-03 15:16:29 +0000 |
commit | 0193f6280ce311c86e097ed38ad5802d3dcf7734 (patch) | |
tree | 16c90d6903ca00e1b70d3f9cdd7b49f750bc35b3 /share/www/browse/database.html | |
parent | 3544891c723ddb79a3daa54ae3d50a42851447d1 (diff) |
Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce code editor, updated logo to match the version used elsewhere.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/browse/database.html')
-rw-r--r-- | share/www/browse/database.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html index 3405dbb4..b0351bca 100644 --- a/share/www/browse/database.html +++ b/share/www/browse/database.html @@ -119,7 +119,7 @@ specific language governing permissions and limitations under the License. <a id="designdoc-link"></a> <span id="view-toggle">View Code</span> </div> - <table summary="View functions"><tr> + <table summary="View functions" cellspacing="0"><tr> <td class="code map"> <label for="viewcode_map">Map Function:</label> <textarea id="viewcode_map" class="map" rows="5" cols="20" spellcheck="false" wrap="off">function(doc) { |