Commit f109bbbfbefd1a7d0990fdc1f6253916addada9c
- Diff rendering mode:
- inline
- side by side
w.php
(1 / 1)
|   | |||
| 84 | 84 | <body> | |
| 85 | 85 | <h1><?php echo($id); ?></h1> | |
| 86 | 86 | ||
| 87 | <?php echo(isset($content) ? $creole->parse($content) : PAGE_NOT_FOUND) ?> | ||
| 87 | <?php echo($creole->parse(isset($content) ? $content : PAGE_NOT_FOUND)); ?> | ||
| 88 | 88 | ||
| 89 | 89 | <hr/> | |
| 90 | 90 |

