Changeset 20ac18 in indico


Ignore:
Timestamp:
03/03/11 12:07:44 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
1ef5c0
Parents:
755a70
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (03/03/11 11:36:18)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (03/03/11 12:07:44)
Message:

[FIX] XSLT generation problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/common/output.py

    r5f7a6d r20ac18  
    7171        result = self.__style(doc) 
    7272 
    73         return etree.tostring(result) 
     73        return str(result) 
    7474 
    7575class outputGenerator(Observable): 
Note: See TracChangeset for help on using the changeset viewer.