8000 More tweaks · cmu-db/bustub-web-shell@cdb9e2a · GitHub
[go: up one dir, main page]

Skip to content

Commit cdb9e2a

Browse files
committed
More tweaks
1 parent e41e714 commit cdb9e2a

File tree

1 file changed

+1
-1
lines changed

bustub/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
term.echo(`<hr><h1>Interactive Database Shell</h1>`, { raw: true })
133133

134134
term.echo(`
135-
[[b;;]Solution Version:] ${BUSTUB_PRIVATE_VERSION_VAR} &bullet; [[b;;]BusTub Version:] ${BUSTUB_PUBLIC_VERSION_VAR} &bullet; [[b;;]Built Date:] ${BUSTUB_BUILD_TIME_VAR}
135+
[[b;;]Solution Version:] <code>${BUSTUB_PRIVATE_VERSION_VAR}</code> &bullet; [[b;;]BusTub Version:] <code>${BUSTUB_PUBLIC_VERSION_VAR}</code> &bullet; [[b;;]Build Date:] <code>${BUSTUB_BUILD_TIME_VAR}</code>
136136
137137
BusTub is a relational database management system built at Carnegie Mellon University for the Introduction to Database Systems (15-445/645) course. This system was developed for educational purposes and should not be used in production environments.
138138
&#91;[[!;;;;https://github.com/cmu-db/bustub]BusTub on GitHub]&#93; &#91;[[!;;;;https://15445.courses.cs.cmu.edu/]Course Website]&#93; &#91;[[!;;;;https://github.com/cmu-db/bustub/issues/new]Report Bugs]&#93;

0 commit comments

Comments
 (0)
0