diff options
| author | Tomasz Boczkowski <penginsbacon@gmail.com> | 2014-02-27 13:43:12 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-02-27 13:43:12 +0000 |
| commit | 0bb64f871043fa33fd7dc00df2aef6d9f0cfc4f4 (patch) | |
| tree | 671c20d574f4fd04982cff427f6e2c9d423a033c /src | |
| parent | Don't overwrite SPItemCtx in SPRoot::update. (Maybe should be made const ever... (diff) | |
| download | inkscape-0bb64f871043fa33fd7dc00df2aef6d9f0cfc4f4.tar.gz inkscape-0bb64f871043fa33fd7dc00df2aef6d9f0cfc4f4.zip | |
Fix whitespace formatting of dbus documentation (bug 1282045)
Fixed bugs:
- https://launchpad.net/bugs/1282045
(bzr r13066)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/dbus/doc/spec-to-docbook.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dbus/doc/spec-to-docbook.xsl b/src/extension/dbus/doc/spec-to-docbook.xsl index e200a05e0..a4e792df0 100644 --- a/src/extension/dbus/doc/spec-to-docbook.xsl +++ b/src/extension/dbus/doc/spec-to-docbook.xsl @@ -491,7 +491,7 @@ See also: <xsl:template name="pad-spaces"> <xsl:param name="width"/> - <xsl:variable name="spaces" xml:space="preserve"> </xsl:variable> + <xsl:variable name="spaces" select="' '" ></xsl:variable> <xsl:value-of select="substring($spaces,1,$width)"/> </xsl:template> |
