fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10667] property: h1 -> h2


From: Sigurd Nes
Subject: [Fmsystem-commits] [10667] property: h1 -> h2
Date: Mon, 14 Jan 2013 08:45:05 +0000

Revision: 10667
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10667
Author:   sigurdne
Date:     2013-01-14 08:45:03 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
property: h1 -> h2

Modified Paths:
--------------
    trunk/property/inc/class.uientity.inc.php

Modified: trunk/property/inc/class.uientity.inc.php
===================================================================
--- trunk/property/inc/class.uientity.inc.php   2013-01-13 19:48:15 UTC (rev 
10666)
+++ trunk/property/inc/class.uientity.inc.php   2013-01-14 08:45:03 UTC (rev 
10667)
@@ -1784,7 +1784,7 @@
                                                        
$attributes[$i]['attributes'][] = array
                                                        (
                                                                'datatype' => 
'section',
-                                                               'descr' => 
"<H{$group['level']}> {$group['descr']} </H{$group['level']}>",
+                                                               'descr' => '<H' 
. ($group['level'] + 1) .  "> {$group['descr']} </H" . ($group['level'] + 1) . 
'>',
                                                                'level' => 
$group['level'],
                                                        );
                                                        
$attributes[$i]['attributes'] = array_merge($attributes[$i]['attributes'], 
$group['attributes']);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]