Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The following page has been changed by PerEjeklint:
http://wiki.apache.org/couchdb/Formatting_with_Show_and_List

The comment on the change is:
Corrected a syntax error

------------------------------------------------------------------------------
  {{{
  function(head, row, req, row_info) {
    if (head) {
-     return "<p>head: "+JSON.stringify(head)+"</p><ul>"";
+     return "<p>head: "+JSON.stringify(head)+"</p><ul>";
    } else if (row) {
      return "<li>"+JSON.stringify(row)+"</li>";
    } else {

Reply via email to