Skip to content

Commit

Permalink
I keep forgetting these new lines. No good.
Browse files Browse the repository at this point in the history
  • Loading branch information
sroberts committed Jan 7, 2012
1 parent 58d0975 commit a20a625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templater.py
Expand Up @@ -45,11 +45,11 @@ def generateSetPage(self, summary=lipsum, compromise=lipsum, persistence=lipsum,

wikitext += "==== IDS Content ====\n"
for ids_rule in ids_rules:
wikitext += " * %s" % ids_rule
wikitext += " * %s\n" % ids_rule

wikitext += "==== Open Tickets ====\n"
for ticket in tickets:
wikitext += " * %s" % ticket
wikitext += " * %s\n" % ticket

wikitext += "===== Indicators =====\n"
wikitext += "==== Known Compromised Hosts ====\n"
Expand Down

0 comments on commit a20a625

Please sign in to comment.