summaryrefslogtreecommitdiff
path: root/share/www/browse/database.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/browse/database.html')
-rw-r--r--share/www/browse/database.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/browse/database.html b/share/www/browse/database.html
index e84c9798..120c47c6 100644
--- a/share/www/browse/database.html
+++ b/share/www/browse/database.html
@@ -114,13 +114,13 @@ specific language governing permissions and limitations under the License.
<span id="view-toggle">View Code</span>
</div>
<div class="code map">
- <label>Map Function:</label>
+ <label for="viewcode_map">Map Function:</label>
<textarea id="viewcode_map" class="map" rows="5" cols="79" spellcheck="false" wrap="off">function(doc) {
emit(null, doc);
}</textarea>
</div>
<div class="code reduce">
- <label>Reduce Function (optional):</label>
+ <label for="viewcode_reduce">Reduce Function (optional):</label>
<textarea id="viewcode_reduce" class="reduce" rows="5" cols="79" spellcheck="false" wrap="off"></textarea>
</div>
<div class="bottom">