Differences From Artifact [38230d83b2]:
- File src/pikchrshow.c — part of check-in [11e7960e51] at 2020-09-19 16:36:07 on branch trunk — Moved pikchr_process() nonce so that it also applies for error output. Added missing 'error' CSS class to the error-report PRE tag. Added mention of Ctrl-Enter in pikchshow intro text. (user: stephan size: 18927)
To Artifact [700bb4b903]:
- File src/pikchrshow.c — part of check-in [2907721acd] at 2020-10-04 14:35:57 on branch prefer-mprintf-r — Exchanged most uses of %s(g.zTop) and such in the code with use of %R in Fossil's special printf() type functions. (The branch is named after just one of several of these, mprintf(), being one of the shortest names.) At the least, this is shorter, simpler code, but there is also some hope that it may fix some doubled slash problems someone is having on the forum. (https://www.fossil-scm.org/forum/forumpost/1ea72176e0) (user: wyoung size: 18911) [more...]
| ︙ | |||
244 245 246 247 248 249 250 | 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 | - + |
int pikFlags =
PIKCHR_PROCESS_DIV
| PIKCHR_PROCESS_SRC
| PIKCHR_PROCESS_ERR_PRE;
login_check_credentials();
if( !g.perm.RdWiki && !g.perm.Read && !g.perm.RdForum ){
|
| ︙ |