diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index ce7224c..b53e275 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1455 \ No newline at end of file +1463 \ No newline at end of file diff --git a/Common/dataobjects/Board.cs b/Common/dataobjects/Board.cs index 9048517..4affa79 100644 --- a/Common/dataobjects/Board.cs +++ b/Common/dataobjects/Board.cs @@ -253,6 +253,7 @@ namespace FLocal.Common.dataobjects { return new XElement("board", new XElement("id", this.id), new XElement("name", this.name), + new XElement("nameTranslit", this.nameTranslit), new XElement("description", this.description), new XElement("parent", this.parentBoardId.HasValue ? this.parentBoard.exportToXmlSimpleWithParent(context) : this.category.exportToXmlSimple(context)) ); diff --git a/templates/Full/elems/BoardHeader.xslt b/templates/Full/elems/BoardHeader.xslt index 83660f5..d730fe3 100644 --- a/templates/Full/elems/BoardHeader.xslt +++ b/templates/Full/elems/BoardHeader.xslt @@ -2,7 +2,7 @@ - /Forum/Board// + /Forum/Board/-/
diff --git a/templates/Full/elems/ForumHeader.xslt b/templates/Full/elems/ForumHeader.xslt index 1ae194e..3adefbc 100644 --- a/templates/Full/elems/ForumHeader.xslt +++ b/templates/Full/elems/ForumHeader.xslt @@ -35,7 +35,7 @@ | - /Forum/Board// + /Forum/Board/-/