diff options
| -rw-r--r-- | scripts/ext_skel_ng/php_resource.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ext_skel_ng/php_resource.php b/scripts/ext_skel_ng/php_resource.php index ea99405841..92949da541 100644 --- a/scripts/ext_skel_ng/php_resource.php +++ b/scripts/ext_skel_ng/php_resource.php @@ -19,7 +19,7 @@ function docbook_xml($base) { return " <section id='$base.resources.{$this->name}'> - <title><litera>{$this->name}</literal></title> + <title><literal>{$this->name}</literal></title> <para> {$this->description} </para> |
