Skip to content

Commit 560d316

Browse files
toanantJon Wayne Parrott
authored andcommitted
Minor typo fixed. (#837)
1 parent 3ae5f46 commit 560d316

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard/logging/reading_logs

1 file changed

+1
-1
lines changed

appengine/standard/logging/reading_logs/main.py

Lines 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)