0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-19 19:42:29 +02:00

fix faq script, ignore gradle/idea dirs

--HG--
extra : rebase_source : e66365a57f65fb28f6d10c156cdaddbed1ee7d04
This commit is contained in:
Arne Schwabe 2013-06-11 00:03:24 +02:00
parent 31aaf5a71a
commit bc7e03f211
2 changed files with 3 additions and 2 deletions

View File

@ -70,4 +70,5 @@ local.properties
proguard-project.txt
build.xml
cache.properties
.gradle
.gradle
.idea

View File

@ -32,7 +32,7 @@ def getString(strid,lang):
def genPage(faqdom,lang):
out =""
out+="#summary %s\n" % getString("faq_summary",lang)
#out+="#summary %s\n" % getString("faq_summary",lang)
out+= header
for xmld in faqdom.firstChild.childNodes: