Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DocDB/cgi/DocumentDatabase
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if (CanAdminister()) {
print "<div class=\"HomepageMainChoice\"><strong><a href=\"$AdministerHome\">Administer DocDB</a></strong></div>\n";
}
if (CanCreate()) {
print "<div class=\"HomepageMainChoice\"><strong><a href=\"$ModifyHome\">Create or change documents or other information</a></strong></div>\n";
print "<div class=\"HomepageMainChoice\"><strong><a href=\"$ModifyHome\">Create or change authors, events, documents, etc.</a></strong></div>\n";
}

my @ExternalDocDBIDs = GetAllExternalDocDBs();
Expand Down
1 change: 1 addition & 0 deletions DocDB/cgi/HTMLUtilities.pm
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ sub DocDBHeader {
print "<meta http-equiv=\"refresh\" content=\"$Refresh\" />\n";
}
print '<meta http-equiv="Content-Type" content="text/html; charset='.$HTTP_ENCODING.'" />',"\n";
print '<meta name="viewport" content="width=device-width, initial-scale=1">',"\n";
print "<title>$Title</title>\n";

# Include DocDB style sheets
Expand Down