Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 560d316

Browse filesBrowse files
toanantJon Wayne Parrott
authored andcommitted
Minor typo fixed. (GoogleCloudPlatform#837)
1 parent 3ae5f46 commit 560d316
Copy full SHA for 560d316

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • appengine/standard/logging/reading_logs
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/standard/logging/reading_logs/main.py

Copy file name to clipboardExpand all lines: appengine/standard/logging/reading_logs/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def get(self):
9292
# Add a link to view more log entries.
9393
elif offset:
9494
self.response.write(
95-
'<a href="/?offset={}"">More</a'.format(
95+
'<a href="/?offset={}"">More</a>'.format(
9696
base64.urlsafe_b64encode(offset)))
9797

9898

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.