projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca04519
)
Fix PQprint HTML tag, "centre" -> "center".
author
Bruce Momjian
<
[email protected]
>
Mon, 6 Feb 2006 02:23:17 +0000
(
02:23
+0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 6 Feb 2006 02:23:17 +0000
(
02:23
+0000)
src/interfaces/libpq/fe-print.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-print.c
b/src/interfaces/libpq/fe-print.c
index 74debb562a9c25c43565154348771dd81b51f32f..4286c777006f02e0dbd0b85aa53fac940c1fb0a6 100644
(file)
--- a/
src/interfaces/libpq/fe-print.c
+++ b/
src/interfaces/libpq/fe-print.c
@@
-242,12
+242,12
@@
PQprint(FILE *fout, const PGresult *res, const PQprintOpt *po)
if (po->expanded && po->html3)
{
if (po->caption)
- fprintf(fout, "<cent
re><h2>%s</h2></centre
>\n", po->caption);
+ fprintf(fout, "<cent
er><h2>%s</h2></center
>\n", po->caption);
else
fprintf(fout,
- "<cent
re
><h2>"
+ "<cent
er
><h2>"
"Query retrieved %d rows * %d fields"
- "</h2></cent
re
>\n",
+ "</h2></cent
er
>\n",
nTups, nFields);
}
for (i = 0; i < nTups; i++)