Minimale layout verbetering
svn path=/Website/trunk/; revision=24323
This commit is contained in:
@@ -56,7 +56,6 @@ since.setYear(since.getFullYear() - 2); // default 2 jaar terug
|
||||
CreateButtons(buttons, { entersubmit: true });
|
||||
%>
|
||||
</form>
|
||||
</div>
|
||||
</div> <!-- search -->
|
||||
|
||||
<div id="result">
|
||||
|
||||
@@ -74,7 +74,7 @@ if (String(Request.ServerVariables("HTTP_ACCEPT")).match(/application\/json/) !=
|
||||
else
|
||||
{
|
||||
Response.ContentType = "application/json";
|
||||
Response.Write(JSON.stringify(data, null, Request.QueryString("pretty")=="1"?2:0));
|
||||
Response.Write(JSON.stringify(data, null, 2));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user