--- serendipity_editor.js.tpl 2016/12/14 13:00:25 1.1 +++ serendipity_editor.js.tpl 2016/12/14 13:02:40 @@ -1,4 +1,4 @@ -/* $Id: serendipity_editor.js.tpl,v 1.1 2016/12/14 13:00:25 wwwadm Exp $ */ +/* $Id: serendipity_editor.js.tpl,v 1.3 2016/12/14 13:02:39 wwwadm Exp wwwadm $ */ /* # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team) # All rights reserved. See LICENSE file for licensing details @@ -653,7 +653,7 @@ $('
  • '+ catText +'
  • ').appendTo($target); }); } else { - $('
  • {$CONST.NO_CATEGORIES}
  • ').appendTo($target); + $('
  • Allgemein
  • ').appendTo($target); } }