You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/11/25 16:16:58 UTC

git commit: updated refs/heads/master to 59475d1

Updated Branches:
  refs/heads/master d2a17f630 -> 59475d134


Update Sequence had the wrong label.  Missing closing tag for wrapper.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/59475d13
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/59475d13
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/59475d13

Branch: refs/heads/master
Commit: 59475d134f27e3358315d2e34b339ec69a22403d
Parents: d2a17f6
Author: suelockwood <de...@gmail.com>
Authored: Mon Nov 25 10:16:55 2013 -0500
Committer: suelockwood <de...@gmail.com>
Committed: Mon Nov 25 10:16:55 2013 -0500

----------------------------------------------------------------------
 src/fauxton/app/templates/documents/advanced_options.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/59475d13/src/fauxton/app/templates/documents/advanced_options.html
----------------------------------------------------------------------
diff --git a/src/fauxton/app/templates/documents/advanced_options.html b/src/fauxton/app/templates/documents/advanced_options.html
index d6cff79..df28203 100644
--- a/src/fauxton/app/templates/documents/advanced_options.html
+++ b/src/fauxton/app/templates/documents/advanced_options.html
@@ -53,7 +53,10 @@ the License.
             <option value="999" selected="selected">exact</option>
           </select>
         </label>
+        <% } else{ %>
+        </div>
         <% } %>
+
         <div class="checkbox inline">  
           <input id="check3" name="stale" type="checkbox" value="ok">
           <label for="check3">Stale</label>
@@ -74,7 +77,7 @@ the License.
           <input id="check5" name="inclusive_end" type="checkbox" value="false">
           <label for="check5">Disable Inclusive End</label>
           <input id="check6" name="update_seq" type="checkbox" value="true">  
-          <label for="check6">Descending</label>  
+          <label for="check6">Update Sequence</label>  
         </div>
       </div>
     </div>